Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets an array that contains the set of user identifiers assigned to the security group.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property UserAssignments As Collection(Of Identifier)
Get
Set
'Usage
Dim instance As Group
Dim value As Collection(Of Identifier)
value = instance.UserAssignments
instance.UserAssignments = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<Identifier> UserAssignments { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<Identifier^>^ UserAssignments {
Collection<Identifier^>^ get ();
void set (Collection<Identifier^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member UserAssignments : Collection<Identifier> with get, set
function get UserAssignments () : Collection<Identifier>
function set UserAssignments (value : Collection<Identifier>)
Property Value
Type: System.Collections.ObjectModel.Collection<Identifier>
A collection of type Identifier.