JsonOutputFormatter.PublicSerializerSettings Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.