Share via


Metadata.MemberTypes Propiedad

Definición

Obtiene o establece una colección de tipos de miembros de entidad.

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)

Valor de propiedad

Colección de tipo EntityMemberType.

Atributos

Se aplica a