DerivedHierarchy.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

属性

适用于