DerivedHierarchy.IsRecursive Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.