次の方法で共有


JsonSerialization.Format プロパティ

定義

このプロパティは、出力の JSON シリアル化にのみ適用される値を取得または設定します。 入力には適用されません。 このプロパティは、出力が書き込まれる JSON の形式を指定します。 現在サポートされている値は、出力が新しい行で区切られた各 JSON オブジェクトと、出力が JSON オブジェクトの配列として書式設定されることを示す 'array' で書式設定されることを示す 'lineSeparated' です。 null のままにした場合、既定値は 'lineSeparated' です。 使用可能な値は、'LineSeparated'、'Array' です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.format")]
public string Format { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.format")>]
member this.Format : string with get, set
Public Property Format As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象