次の方法で共有


JsonFormat.FilePattern プロパティ

定義

JSON のファイル パターンを取得または設定します。 具体的には、JSON オブジェクトのコレクションを分離する方法です。 既定値は 'setOfObjects' です。 大文字と小文字は区別されます。

[Newtonsoft.Json.JsonProperty(PropertyName="filePattern")]
public object FilePattern { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="filePattern")>]
member this.FilePattern : obj with get, set
Public Property FilePattern As Object

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象