Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the name of the group.
Namespace: Microsoft.WindowsServerSolutions.Groups
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
[DataMemberAttribute]
public string GroupName { get; set; }
public:
[DataMemberAttribute]
property String^ GroupName {
String^ get();
void set(String^ value);
}
<DataMemberAttribute>
Public Property GroupName As String
Property Value
Type: System.String
A String object that contains the name of the group account.
See Also
GroupInfo Class
Microsoft.WindowsServerSolutions.Groups Namespace
Return to top