Condividi tramite


Entity.IsHierarchyEnabled Proprietà

Definizione

Specifica se l'entità è abilitata per le operazioni di gerarchia esplicite.

public:
 property bool IsHierarchyEnabled { bool get(); void set(bool value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)]
public bool IsHierarchyEnabled { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)>]
member this.IsHierarchyEnabled : bool with get, set
Public Property IsHierarchyEnabled As Boolean

Valore della proprietà

true se l'entità è abilitata per le operazioni con le gerarchie esplicite; in caso contrario, false.

Attributi

Si applica a