MetaType.InheritanceDefault Propiedad

Definición

Cuando se reemplaza en una clase derivada, obtiene un valor que indica si este tipo se usa como valor predeterminado de una jerarquía de herencia.

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

Valor de propiedad

Metadatos del tipo predeterminado en la asignación de herencia.

Se aplica a