DependentRelationship.IsHierarchical Property

Definition

public:
 property Nullable<bool> IsHierarchical { Nullable<bool> get(); void set(Nullable<bool> value); };
[System.Runtime.Serialization.DataMember]
public bool? IsHierarchical { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.IsHierarchical : Nullable<bool> with get, set
Public Property IsHierarchical As Nullable(Of Boolean)

Property Value

Attributes

Applies to