 | GroupGroupID Property |
Gets or sets the security group ID.
Namespace:
SeniorSystemsWS.Entity
Assembly:
SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic string GroupID { get; set; }
Public Property GroupID As String
Get
Set
public:
property String^ GroupID {
String^ get ();
void set (String^ value);
}
function get GroupID () : String
function set GroupID (value : String)
function get_GroupID();
function set_GroupID(value);
Property Value
Type:
StringThe security group ID.
See Also