PersonalInfo.ContainerGroups Property
Gets and sets a list of groups that this group is a member is a member of.
Namespace: Microsoft.WindowsServerSolutions.Users
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
[DataMemberAttribute]
public IList<Guid> ContainerGroups { get; set; }
public:
[DataMemberAttribute]
property IList<Guid>^ ContainerGroups {
IList<Guid>^ get();
void set(IList<Guid>^ value);
}
<DataMemberAttribute>
Public Property ContainerGroups As IList(Of Guid)
Property Value
Type: System.Collections.Generic.IList<Guid>
A list of groups.
See Also
PersonalInfo Class
Microsoft.WindowsServerSolutions.Users Namespace
Return to top