SecurityPrincipals.Groups Property
Gets or sets the list of security groups.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Groups As Collection(Of Group)
Get
Friend Set
'Usage
Dim instance As SecurityPrincipals
Dim value As Collection(Of Group)
value = instance.Groups
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<Group> Groups { get; internal set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<Group^>^ Groups {
Collection<Group^>^ get ();
internal: void set (Collection<Group^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member Groups : Collection<Group> with get, internal set
function get Groups () : Collection<Group>
internal function set Groups (value : Collection<Group>)
Property Value
Type: System.Collections.ObjectModel.Collection<Group>
The list of security groups.
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace