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 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