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 list of groups.
Namespace: Microsoft.WindowsServerSolutions.Users
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
public IEnumerable<WSSServerGroupType> Groups { get; internal set; }
public:
property IEnumerable<WSSServerGroupType>^ Groups {
IEnumerable<WSSServerGroupType>^ get();
internal: void set(IEnumerable<WSSServerGroupType>^ value);
}
Public Property Groups As IEnumerable(Of WSSServerGroupType)
Get
Friend Set
End Property
Property Value
Type: System.Collections.Generic.IEnumerable<WSSServerGroupType>
A IEnumerable<T> of groups.
See Also
GetWSSServerGroupsRequestCompletionArgs Class
Microsoft.WindowsServerSolutions.Users Namespace
Return to top