ConvertToXmlCommand.NoTypeInformation Property

Definition

Property that sets NoTypeInformation parameter.

public:
 property System::Management::Automation::SwitchParameter NoTypeInformation { System::Management::Automation::SwitchParameter get(); void set(System::Management::Automation::SwitchParameter value); };
public System.Management.Automation.SwitchParameter NoTypeInformation { get; set; }
[System.Management.Automation.Parameter(HelpMessage="Specifies not to include the Type information in the XML representation")]
public System.Management.Automation.SwitchParameter NoTypeInformation { get; set; }
member this.NoTypeInformation : System.Management.Automation.SwitchParameter with get, set
[<System.Management.Automation.Parameter(HelpMessage="Specifies not to include the Type information in the XML representation")>]
member this.NoTypeInformation : System.Management.Automation.SwitchParameter with get, set
Public Property NoTypeInformation As SwitchParameter

Property Value

Attributes

Applies to