WebRequestPSCmdlet.UseBasicParsing 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.
Deprecated. Gets or sets UseBasicParsing. This has no affect on the operation of the Cmdlet.
public:
virtual property System::Management::Automation::SwitchParameter UseBasicParsing { System::Management::Automation::SwitchParameter get(); void set(System::Management::Automation::SwitchParameter value); };
public virtual System.Management.Automation.SwitchParameter UseBasicParsing { get; set; }
[System.Management.Automation.Parameter(DontShow=true)]
public virtual System.Management.Automation.SwitchParameter UseBasicParsing { get; set; }
member this.UseBasicParsing : System.Management.Automation.SwitchParameter with get, set
[<System.Management.Automation.Parameter(DontShow=true)>]
member this.UseBasicParsing : System.Management.Automation.SwitchParameter with get, set
Public Overridable Property UseBasicParsing As SwitchParameter
Property Value
- Attributes