MetaType.HasInheritance Propriedade

Definição

Quando substituído em uma classe derivada, obtém um valor que indica se o tipo faz parte de uma hierarquia de herança mapeada.When overridden in a derived class, gets a value indicating whether the type is part of a mapped inheritance hierarchy.

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

Valor da propriedade

Boolean

true Se o tipo for parte de uma hierarquia de herança mapeada; caso contrário false .true if the type is part of a mapped inheritance hierarchy; otherwise false.

Aplica-se a