ConvertToHtmlCommand.Transitional 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.
When this switch statement is specified, it will change the DOCTYPE to XHTML Transitional DTD.
[System.Management.Automation.Parameter(ParameterSetName="Page")]
[System.Management.Automation.ValidateNotNullOrEmpty]
public System.Management.Automation.SwitchParameter Transitional { get; set; }
[<System.Management.Automation.Parameter(ParameterSetName="Page")>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.Transitional : System.Management.Automation.SwitchParameter with get, set
Public Property Transitional As SwitchParameter
Property Value
- Attributes