GroupDetailInfo.Members Property
Gets or sets the members of the group account.
Namespace: Microsoft.WindowsServerSolutions.Groups
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
[DataMemberAttribute]
public IList<Guid> Members { get; set; }
public:
[DataMemberAttribute]
property IList<Guid>^ Members {
IList<Guid>^ get();
void set(IList<Guid>^ value);
}
<DataMemberAttribute>
Public Property Members As IList(Of Guid)
Property Value
Type: System.Collections.Generic.IList<Guid>
A collection that contains the members of the group.
See Also
GroupDetailInfo Class
Microsoft.WindowsServerSolutions.Groups Namespace
Return to top