GetGroupsRequestCompletedEventArgs.Groups Property
Gets a collection of group accounts.
Namespace: Microsoft.WindowsServerSolutions.Groups
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>
An IEnumerable<T> object that contains the group accounts.
See Also
GetGroupsRequestCompletedEventArgs Class
Microsoft.WindowsServerSolutions.Groups Namespace
Return to top