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 GroupReturnClass object.
Namespace:   Microsoft.WindowsServerSolutions.Groups
Assembly:  UserObjectModel (in UserObjectModel.dll)
Syntax
public GroupReturnClass ReturnClass { get; internal set; }
public:
property GroupReturnClass^ ReturnClass {
    GroupReturnClass^ get();
    internal: void set(GroupReturnClass^ value);
}
Public Property ReturnClass As GroupReturnClass
    Get
    Friend Set
End Property
Property Value
Type: Microsoft.WindowsServerSolutions.Groups.GroupReturnClass
The GroupReturnClass object.
See Also
GroupRequestCompletedEventArgs Class
Microsoft.WindowsServerSolutions.Groups Namespace
Return to top