Sdílet prostřednictvím


JsonWriteSettings.FilePattern Property

Definition

Gets or sets file pattern of JSON. This setting controls the way a collection of JSON objects will be treated. The default value is 'setOfObjects'. It is case-sensitive.

[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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to