ConvertFromCsvCommand.Header 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 header property to customize the names.
public:
 property cli::array <System::String ^> ^ Header { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
	public:
 property Platform::Array <Platform::String ^> ^ Header { Platform::Array <Platform::String ^> ^ get(); void set(Platform::Array <Platform::String ^> ^ value); };
	public string[] Header { get; set; }
	[System.Management.Automation.Parameter(Mandatory=false)]
[System.Management.Automation.ValidateNotNull]
[System.Management.Automation.ValidateNotNullOrEmpty]
public string[] Header { get; set; }
	member this.Header : string[] with get, set
	[<System.Management.Automation.Parameter(Mandatory=false)>]
[<System.Management.Automation.ValidateNotNull>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.Header : string[] with get, set
	Public Property Header As String()
	Property Value
		String[]
		
	
	
	- Attributes