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.
Specify the max depth to limit the tree depth explicitly.
public int? MaxDepth { get; set; }
member this.MaxDepth : Nullable<int> with get, set