DerivedHierarchy.IsRecursive Property

Definition

Specifiesan indicator for determining whether the derived hierarchy includes a recursive relationship.

public:
 property bool IsRecursive { bool get(); };
[System.ComponentModel.ReadOnly(true)]
[System.Runtime.Serialization.DataMember(IsRequired=false)]
public bool IsRecursive { get; }
[<System.ComponentModel.ReadOnly(true)>]
[<System.Runtime.Serialization.DataMember(IsRequired=false)>]
member this.IsRecursive : bool
Public ReadOnly Property IsRecursive As Boolean

Property Value

true if the derived hierarchy includes a recursive relationship; otherwise, false.

Attributes

Remarks

The setter has no affect, and exists solely to support deserialization. This is a calculated member, returning true if any level currently associated with the hierarchy recursively references another level in the hierarchy.

Applies to