JsonMediaTypeFormatter::MaxDepth Property

 

Gets or sets the maximum depth allowed by this formatter.

Namespace:   System.Net.Http.Formatting
Assembly:  System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)

public:
property int MaxDepth {
	virtual int get() override sealed;
	virtual void set(int value) override sealed;
}

Property Value

Type: System::Int32

The maximum depth allowed by this formatter.

Return to top
Show: