Noemax FastInfoset.NET Report an issue | Discuss in forums
XmlFastInfosetReader.MaxDepth Property
See Also 
Noemax.FastInfoset Assembly > Noemax.FastInfoset Namespace > XmlFastInfosetReader Class : MaxDepth Property



Gets and sets the maximum nested node depth.


Namespace: Noemax.FastInfoset
Assembly: Noemax.FastInfoset (in Noemax.FastInfoset.dll)

Syntax

Visual Basic (Declaration) 
Public Property MaxDepth As Integer
Visual Basic (Usage)Copy Code
Dim instance As XmlFastInfosetReader
Dim value As Integer
 
instance.MaxDepth = value
 
value = instance.MaxDepth
C# 
public int MaxDepth {get; set;}
C++/CLI 
public:
property int MaxDepth {
   int get();
   void set (int value);
}

Remarks

The default value assigned to this property during initialization of XmlFastInfosetReader is equal to Int32.MaxValue.

Version Information

.NET Framework

Supported in: 3.5, 3.0, 2.0

.NET Compact Framework

Supported in: 3.5, 2.0

See Also