Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets an array of security groups.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Groups As Collection(Of Group)
Get
Set
'Usage
Dim instance As SecurityPrincipals
Dim value As Collection(Of Group)
value = instance.Groups
instance.Groups = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<Group> Groups { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<Group^>^ Groups {
Collection<Group^>^ get ();
void set (Collection<Group^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member Groups : Collection<Group> with get, set
function get Groups () : Collection<Group>
function set Groups (value : Collection<Group>)
Eigenschaftswert
Typ: System.Collections.ObjectModel.Collection<Group>
A collection of type Group.