Metadata.MemberTypes Property

Definition

Gets or sets a collection of entity member types.

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)

Property Value

A collection of type EntityMemberType.

Attributes

Applies to