BaseCsvWritingCommand.QuoteFields Property

Definition

Gets or sets list of fields to quote in output.

[System.Management.Automation.Alias(new System.String[] { "QF" })]
[System.Management.Automation.Parameter]
public string[] QuoteFields { get; set; }
[<System.Management.Automation.Alias(new System.String[] { "QF" })>]
[<System.Management.Automation.Parameter>]
member this.QuoteFields : string[] with get, set
Public Property QuoteFields As String()

Property Value

String[]
Attributes

Applies to