SecurityPrincipals.Groups Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the list of Groups.
public:
property System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::Group ^> ^ Groups { System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::Group ^> ^ get(); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.Group> Groups { get; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.Groups : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.Group>
Public ReadOnly Property Groups As Collection(Of Group)
Property Value
The list of Groups.
- Attributes