Group.GroupName Property
Gets the name of the group account.
Namespace: Microsoft.WindowsServerSolutions.Groups
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
public string GroupName { get; }
public:
property String^ GroupName {
String^ get();
}
Public ReadOnly Property GroupName As String
Property Value
Type: System.String
A String object that contains the name of the group account.
See Also
Group Class
Microsoft.WindowsServerSolutions.Groups Namespace
Return to top