WebRequestPSCmdlet.Method Property

Definition

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

Applies to