次の方法で共有


DataContractJsonSerializerSettings.UseSimpleDictionaryFormat プロパティ

定義

簡単なディクショナリ形式を使用するかどうかを指定する値を取得または設定します。

public:
 property bool UseSimpleDictionaryFormat { bool get(); void set(bool value); };
public bool UseSimpleDictionaryFormat { get; set; }
member this.UseSimpleDictionaryFormat : bool with get, set
Public Property UseSimpleDictionaryFormat As Boolean

プロパティ値

単純なディクショナリ形式を使用する場合は true、それ以外の場合は false

適用対象