ConvertToXmlCommand.NoTypeInformation 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.
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