Compartir a través de


MetaType.InheritanceDefault Propiedad

Definición

Cuando se invalida 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 para el tipo predeterminado en la asignación de la herencia.

Se aplica a