다음을 통해 공유


Entity.MemberTypes 속성

정의

목록을 지정합니다 EntityMemberType .

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

속성 값

EntityMemberType 목록입니다.

특성

적용 대상