MetaType.InheritanceBase Propiedad

Definición

Cuando se invalida en una clase derivada, obtiene el metatipo base de la jerarquía de herencia.

public:
 abstract property System::Data::Linq::Mapping::MetaType ^ InheritanceBase { System::Data::Linq::Mapping::MetaType ^ get(); };
public abstract System.Data.Linq.Mapping.MetaType InheritanceBase { get; }
member this.InheritanceBase : System.Data.Linq.Mapping.MetaType
Public MustOverride ReadOnly Property InheritanceBase As MetaType

Valor de propiedad

Metatipo base de la jerarquía de herencia actual.

Se aplica a