Return the value for the given property optionally formatted as a Header.
[PSObject]HelpDoc A HelpDoc object. Mandatory, ValueFromPipeline[String]Property A top level property from the Help object. Valid values are'Name','Author','Description','HelpInfoUri','LicenseUri','ProjectUri', and'Version'. Mandatory
[PSObject]HelpDoc A HelpDoc object. Mandatory, ValueFromPipeline[String]Property A top level property from the Help object. Valid values are'Name','Author','Description','HelpInfoUri','LicenseUri','ProjectUri', and'Version'. Mandatory[Switch]H3 Format the property value as an H3 header.
[PSObject]HelpDoc A HelpDoc object. Mandatory, ValueFromPipeline[String]Property A top level property from the Help object. Valid values are'Name','Author','Description','HelpInfoUri','LicenseUri','ProjectUri', and'Version'. Mandatory[Switch]H2 Format the property value as an H2 header.
[PSObject]HelpDoc A HelpDoc object. Mandatory, ValueFromPipeline[String]Property A top level property from the Help object. Valid values are'Name','Author','Description','HelpInfoUri','LicenseUri','ProjectUri', and'Version'. Mandatory[Switch]H1 Format the property value as an H1 header.
Get-HelpModuleData build-docs | New-HelpDoc | Add-ModuleProperty -Property Name -H1
Name Value
---- -----
Text # build-docs…
PSTypeName HelpModuleReadme
HelpModuleData @{Name=build-docs; Commands=System.Object[]; Author=System.Object[]; Description=System.Object[]; …If no Header switch is provided, the default is no formatting.