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