Właściwość SecurityPrincipals.Groups
Pobiera lub ustawia ArrayOfGroup zawierające grupy zabezpieczeń.
Przestrzeń nazw: Microsoft.MasterDataServices.Services.DataContracts
Zestaw: Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)
Składnia
'Deklaracja
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Groups As Collection(Of Group)
Get
Friend Set
'Użycie
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>)
Wartość właściwości
Typ: System.Collections.ObjectModel.Collection<Group>
Kolekcja Typ grupy.
Zobacz także