BaseCsvWritingCommand.QuoteFields Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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