グループに割り当てられたユーザーのコレクションを取得または設定します。
名前空間: Microsoft.MasterDataServices.Services.DataContracts
アセンブリ: Microsoft.MasterDataServices.Services.Contracts (Microsoft.MasterDataServices.Services.Contracts.dll)
構文
'宣言
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property UserAssignments As Collection(Of Identifier)
Get
Friend Set
'使用
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>)
プロパティ値
型: System.Collections.ObjectModel.Collection<Identifier>
グループに割り当てられたユーザーのコレクション。