GroupDetailInfo.ContainerGroups Property

 

Gets a list of groups that this group is a member of.

Namespace:   Microsoft.WindowsServerSolutions.Groups
Assembly:  UserObjectModel (in UserObjectModel.dll)

Syntax

[DataMemberAttribute]
public IList<Guid> ContainerGroups { get; internal set; }
public:
[DataMemberAttribute]
property IList<Guid>^ ContainerGroups {
    IList<Guid>^ get();
    internal: void set(IList<Guid>^ value);
}
<DataMemberAttribute>
Public Property ContainerGroups As IList(Of Guid)
    Get
    Friend Set
End Property

Property Value

Type: System.Collections.Generic.IList<Guid>

An instance of the IList<T> class.

See Also

GroupDetailInfo Class
Microsoft.WindowsServerSolutions.Groups Namespace

Return to top