DerivedHierarchyLevel.IsRecursive 属性

定义

指定级别是否具有递归关系。

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

属性值

如果该级别具有递归关系,则为 true;否则为 false

属性

适用于