JsonInputFormatter.SerializerSettings プロパティ

定義

Newtonsoft.Json.JsonSerializerSettings 構成するために使用される を取得します 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

プロパティ値

Newtonsoft.Json.JsonSerializerSettings

注釈

これをJsonInputFormatter使用した後にオブジェクトをNewtonsoft.Json.JsonSerializerSettings変更しても、効果はありません。

適用対象