JsonOutputFormatter.SerializerSettings Vlastnost

Definice

Získá Newtonsoft.Json.JsonSerializerSettings použit ke konfiguraci Newtonsoft.Json.JsonSerializer .

protected:
 property Newtonsoft::Json::JsonSerializerSettings ^ SerializerSettings { Newtonsoft::Json::JsonSerializerSettings ^ get(); };
protected Newtonsoft.Json.JsonSerializerSettings SerializerSettings { get; }
member this.SerializerSettings : Newtonsoft.Json.JsonSerializerSettings
Protected ReadOnly Property SerializerSettings As JsonSerializerSettings

Hodnota vlastnosti

Newtonsoft.Json.JsonSerializerSettings

Poznámky

Jakékoli úpravy Newtonsoft.Json.JsonSerializerSettings objektu po JsonOutputFormatter použití této akce nebudou mít žádný vliv.

Platí pro