BaseJsonMediaTypeFormatter::SerializerSettings Property

 

Gets or sets the JsonSerializerSettings used to configure the JsonSerializer.

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

public:
property JsonSerializerSettings^ SerializerSettings {
	JsonSerializerSettings^ get();
	void set(JsonSerializerSettings^ value);
}

Property Value

Type: Newtonsoft.Json::JsonSerializerSettings^

The JsonSerializerSettings used to configure the JsonSerializer.

Return to top
Show: