Metadata.MemberTypes Property

Definition

Specifies the EntityMemberType list.

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)

Property Value

The EntityMemberType list.

Attributes

Applies to