SecurityPrincipals.Groups Property

Gets or sets an array of security groups.

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<Group> Groups { get; set; }

Property Value

Type: System.Collections.ObjectModel.Collection<Group>
A collection of type Group.