MetaType.InheritanceBase Property

Definition

When overridden in a derived class, gets the base meta-type in the inheritance hierarchy.

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

Property Value

The base meta-type for the current inheritance hierarchy.

Applies to