Language

CborWriter.MaxDepth Property

Definition

Gets the maximum depth allowed when writing nested CBOR data items.

public:
 property int MaxDepth { int get(); };
public int MaxDepth { get; }
member this.MaxDepth : int
Public ReadOnly Property MaxDepth As Integer

Property Value

The maximum depth allowed when writing nested CBOR data items.

Applies to