AddGroupRequestCompletedEventArgs.GroupName Property
Gets the name of the group account that was added to the group provider.
Namespace: Microsoft.WindowsServerSolutions.Groups
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
public string GroupName { get; private set; }
public:
property String^ GroupName {
String^ get();
private: void set(String^ value);
}
Public Property GroupName As String
Get
Private Set
End Property
Property Value
Type: System.String
A String object that contains the name of the group.
See Also
AddGroupRequestCompletedEventArgs Class
Microsoft.WindowsServerSolutions.Groups Namespace
Return to top