MetaType.IsInheritanceDefault Property

Definition

When overridden in a derived class, gets a value indicating whether this type is used as the default of an inheritance hierarchy.

public:
 abstract property bool IsInheritanceDefault { bool get(); };
public abstract bool IsInheritanceDefault { get; }
member this.IsInheritanceDefault : bool
Public MustOverride ReadOnly Property IsInheritanceDefault As Boolean

Property Value

true if this type is used as the default of an inheritance hierarchy; otherwise false.

Applies to