MetaType.InheritanceBase Propiedad

Definición

Cuando se reemplaza en una clase derivada, obtiene el metatipo base en 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 para la jerarquía de herencia actual.

Se aplica a