Udostępnij za pośrednictwem


JsonOutputFormatter.SerializerSettings Właściwość

Definicja

Pobiera element Newtonsoft.Json.JsonSerializerSettings używany do konfigurowania pliku 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

Wartość właściwości

Newtonsoft.Json.JsonSerializerSettings

Uwagi

Wszelkie modyfikacje Newtonsoft.Json.JsonSerializerSettings obiektu po użyciu tego JsonOutputFormatter obiektu nie będą miały wpływu.

Dotyczy