Bagikan melalui


DelimitedTextWriteSettings.QuoteAllText Property

Definition

Gets or sets indicates whether string values should always be enclosed with quotes. Type: boolean (or Expression with resultType boolean).

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to