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