BaseCsvWritingCommand.NoTypeInformation 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.
NoTypeInformation : The #TYPE line should not be generated. Default is true. Cannot specify with IncludeTypeInformation.
public:
property System::Management::Automation::SwitchParameter NoTypeInformation { System::Management::Automation::SwitchParameter get(); void set(System::Management::Automation::SwitchParameter value); };
public System.Management.Automation.SwitchParameter NoTypeInformation { get; set; }
[System.Management.Automation.Alias(new System.String[] { "NTI" })]
[System.Management.Automation.Parameter(DontShow=true)]
public System.Management.Automation.SwitchParameter NoTypeInformation { get; set; }
member this.NoTypeInformation : System.Management.Automation.SwitchParameter with get, set
[<System.Management.Automation.Alias(new System.String[] { "NTI" })>]
[<System.Management.Automation.Parameter(DontShow=true)>]
member this.NoTypeInformation : System.Management.Automation.SwitchParameter with get, set
Public Property NoTypeInformation As SwitchParameter
Property Value
- Attributes