다음을 통해 공유


Metadata.MemberTypes 속성

정의

엔터티 멤버 유형의 컬렉션을 가져오거나 설정합니다.

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

속성 값

EntityMemberType 형식의 컬렉션입니다.

특성

적용 대상