JsonOutputFormatter.PublicSerializerSettings Property

Definition

Gets the Newtonsoft.Json.JsonSerializerSettings used to configure the Newtonsoft.Json.JsonSerializer.

public:
 property Newtonsoft::Json::JsonSerializerSettings ^ PublicSerializerSettings { Newtonsoft::Json::JsonSerializerSettings ^ get(); };
public Newtonsoft.Json.JsonSerializerSettings PublicSerializerSettings { get; }
member this.PublicSerializerSettings : Newtonsoft.Json.JsonSerializerSettings
Public ReadOnly Property PublicSerializerSettings As JsonSerializerSettings

Property Value

Newtonsoft.Json.JsonSerializerSettings

Remarks

Any modifications to the Newtonsoft.Json.JsonSerializerSettings object after this JsonOutputFormatter has been used will have no effect.

Applies to