Proprietà Groups
Gets or sets an array of security groups.
Spazio dei nomi Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Sintassi
'Dichiarazione
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Groups As Collection(Of Group)
Get
Set
'Utilizzo
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>)
Valore proprietà
Tipo: System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'Group> ) > ) >
A collection of type Group.