MetaType.HasInheritanceCode Property

Definition

When overridden in a derived class, gets a value indicating whether this type defines an inheritance code.

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

Property Value

true if this type defines an inheritance code; otherwise false.

Applies to