ValidateContext.CurrentDepth 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.
Gets or sets the current depth in the validation hierarchy.
public:
property int CurrentDepth { int get(); void set(int value); };
public int CurrentDepth { get; set; }
member this.CurrentDepth : int with get, set
Public Property CurrentDepth As Integer
Property Value
Remarks
This value is used to prevent stack overflows from circular references.