ConvertToHtmlCommand.Fragment 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 is specified generate only the HTML representation of the incoming object without the HTML,HEAD,TITLE,BODY,etc tags.
public:
property System::Management::Automation::SwitchParameter Fragment { System::Management::Automation::SwitchParameter get(); void set(System::Management::Automation::SwitchParameter value); };
public System.Management.Automation.SwitchParameter Fragment { get; set; }
[System.Management.Automation.Parameter(ParameterSetName="Fragment")]
[System.Management.Automation.ValidateNotNullOrEmpty]
public System.Management.Automation.SwitchParameter Fragment { get; set; }
member this.Fragment : System.Management.Automation.SwitchParameter with get, set
[<System.Management.Automation.Parameter(ParameterSetName="Fragment")>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.Fragment : System.Management.Automation.SwitchParameter with get, set
Public Property Fragment As SwitchParameter
Property Value
- Attributes