BaseCsvWritingCommand.UseQuotes 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 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