Group.UserAssignments 属性

定义

指定已知要分配给组的用户的列表。

public:
 property System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::Identifier ^> ^ UserAssignments { System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::Identifier ^> ^ get(); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.Identifier> UserAssignments { get; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.UserAssignments : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.Identifier>
Public ReadOnly Property UserAssignments As Collection(Of Identifier)

属性值

要分配给该组的已知用户列表。

属性

适用于