ConvertToHtmlCommand.Head 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.
Text to go into the head section of the html doc.
public:
 property cli::array <System::String ^> ^ Head { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
	public:
 property Platform::Array <Platform::String ^> ^ Head { Platform::Array <Platform::String ^> ^ get(); void set(Platform::Array <Platform::String ^> ^ value); };
	public string[] Head { get; set; }
	[System.Management.Automation.Parameter(ParameterSetName="Page", Position=1)]
public string[] Head { get; set; }
	member this.Head : string[] with get, set
	[<System.Management.Automation.Parameter(ParameterSetName="Page", Position=1)>]
member this.Head : string[] with get, set
	Public Property Head As String()
	Property Value
		String[]
		
	
	
	- Attributes