InvokeRestMethodCommand.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 parameter Method.
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 override Microsoft.PowerShell.Commands.WebRequestMethod Method { get; set; }
[System.Management.Automation.Parameter(ParameterSetName="StandardMethod")]
[System.Management.Automation.Parameter(ParameterSetName="StandardMethodNoProxy")]
public override 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 Overrides Property Method As WebRequestMethod
Property Value
- Attributes