Share via


DelimitedTextWriteSettings.FileExtension Property

Definition

Gets or sets the file extension used to create the files. Type: string (or Expression with resultType string).

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to