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 group account that was added to the group provider.
Namespace: Microsoft.WindowsServerSolutions.Groups
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
public Group Group { get; private set; }
public:
property Group^ Group {
Group^ get();
private: void set(Group^ value);
}
Public Property Group As Group
Get
Private Set
End Property
Property Value
Type: Microsoft.WindowsServerSolutions.Groups.Group
A Group object that represents the group account.
See Also
AddGroupRequestCompletedEventArgs Class
Microsoft.WindowsServerSolutions.Groups Namespace
Return to top