Group.UserAssignments 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定已知要分配给组的用户的列表。
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)
属性值
要分配给该组的已知用户列表。
- 属性