MetaType.InheritanceRoot Property

Definition

When overridden in a derived class, gets the root type of the inheritance hierarchy.

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

Property Value

The root type.

Applies to