JsonNodeOptions.PropertyNameCaseInsensitive プロパティ

定義

JsonObjectのプロパティ名で大文字と小文字が区別されないかどうかを示す値を取得または設定します。

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

プロパティ値

true プロパティ名で大文字と小文字が区別されない場合。プロパティ名で大文字と小文字が区別される場合に false します。

適用対象