| Visual Basic (Declaration) | |
|---|---|
Public Property MaxDepth As Integer | |
| Visual Basic (Usage) | |
|---|---|
Dim instance As XmlFastInfosetReader Dim value As Integer instance.MaxDepth = value value = instance.MaxDepth | |
| C# | |
|---|---|
public int MaxDepth {get; set;} | |
| Delphi | |
|---|---|
public read-write property MaxDepth: Integer; | |
| JScript | |
|---|---|
public function get,set MaxDepth : int | |
The default value assigned to this property during initialization of XmlFastInfosetReader is equal to Int32.MaxValue.