AddGroupRequestCompletedEventArgs.Group Property
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