SecurityPrincipals.Groups Property

Definition

Gets or sets an array of security groups.

public:
 property System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Group ^> ^ Groups { System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Group ^> ^ get(); void set(System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Group ^> ^ value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Group> Groups { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.Groups : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Group> with get, set
Public Property Groups As Collection(Of Group)

Property Value

A collection of type Group.

Attributes

Applies to