다음을 통해 공유


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)

속성 값

그룹에 할당된 것으로 알려진 사용자 목록입니다.

특성

적용 대상