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 that is to be removed.
Namespace: Microsoft.WindowsServerSolutions.Groups
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
public string GroupName { get; internal set; }
public:
property String^ GroupName {
String^ get();
internal: void set(String^ value);
}
Public Property GroupName As String
Get
Friend Set
End Property
Property Value
Type: System.String
A String object that contains the name of the group that is to be removed.
See Also
GroupRemovedEventArgs Class
Microsoft.WindowsServerSolutions.Groups Namespace
Return to top