Entity.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.

Атрибуты

Применяется к