Partager via


Propriété Group.UserAssignments

Gets or sets the collection of users assigned to the group.

Espace de noms :  Microsoft.MasterDataServices.Services.DataContracts
Assembly :  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Syntaxe

'Déclaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property UserAssignments As Collection(Of Identifier)
    Get 
    Friend Set
'Utilisation
Dim instance As Group 
Dim value As Collection(Of Identifier)

value = instance.UserAssignments
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<Identifier> UserAssignments { get; internal set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<Identifier^>^ UserAssignments {
    Collection<Identifier^>^ get ();
    internal: void set (Collection<Identifier^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member UserAssignments : Collection<Identifier> with get, internal set
function get UserAssignments () : Collection<Identifier>
internal function set UserAssignments (value : Collection<Identifier>)

Valeur de propriété

Type : System.Collections.ObjectModel.Collection<Identifier>
The collection of users assigned to the group.

Voir aussi

Référence

Group Classe

Espace de noms Microsoft.MasterDataServices.Services.DataContracts