WebRequestPSCmdlet.Method 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.
Gets or sets the Method property.
public:
virtual property Microsoft::PowerShell::Commands::WebRequestMethod Method { Microsoft::PowerShell::Commands::WebRequestMethod get(); void set(Microsoft::PowerShell::Commands::WebRequestMethod value); };
public:
virtual property Microsoft::PowerShell::Commands::WebRequestMethod Method { Microsoft::PowerShell::Commands::WebRequestMethod get(); void set(Microsoft::PowerShell::Commands::WebRequestMethod value); };
public virtual Microsoft.PowerShell.Commands.WebRequestMethod Method { get; set; }
[System.Management.Automation.Parameter(ParameterSetName="StandardMethod")]
[System.Management.Automation.Parameter(ParameterSetName="StandardMethodNoProxy")]
public virtual Microsoft.PowerShell.Commands.WebRequestMethod Method { get; set; }
member this.Method : Microsoft.PowerShell.Commands.WebRequestMethod with get, set
[<System.Management.Automation.Parameter(ParameterSetName="StandardMethod")>]
[<System.Management.Automation.Parameter(ParameterSetName="StandardMethodNoProxy")>]
member this.Method : Microsoft.PowerShell.Commands.WebRequestMethod with get, set
Public Overridable Property Method As WebRequestMethod
Property Value
- Attributes