BaseCsvWritingCommand.UseQuotes Property

Definition

Gets or sets option to use or suppress quotes in output.

[System.Management.Automation.Alias(new System.String[] { "UQ" })]
[System.Management.Automation.Parameter]
public Microsoft.PowerShell.Commands.BaseCsvWritingCommand.QuoteKind UseQuotes { get; set; }
[<System.Management.Automation.Alias(new System.String[] { "UQ" })>]
[<System.Management.Automation.Parameter>]
member this.UseQuotes : Microsoft.PowerShell.Commands.BaseCsvWritingCommand.QuoteKind with get, set
Public Property UseQuotes As BaseCsvWritingCommand.QuoteKind

Property Value

Attributes

Applies to