InvokeRestMethod.Method Property

Definition

Provides access to the Method parameter.

public:
 property System::Activities::InArgument<Microsoft::PowerShell::Commands::WebRequestMethod> ^ Method { System::Activities::InArgument<Microsoft::PowerShell::Commands::WebRequestMethod> ^ get(); void set(System::Activities::InArgument<Microsoft::PowerShell::Commands::WebRequestMethod> ^ value); };
[System.ComponentModel.DefaultValue(null)]
public System.Activities.InArgument<Microsoft.PowerShell.Commands.WebRequestMethod> Method { get; set; }
[<System.ComponentModel.DefaultValue(null)>]
member this.Method : System.Activities.InArgument<Microsoft.PowerShell.Commands.WebRequestMethod> with get, set
Public Property Method As InArgument(Of WebRequestMethod)

Property Value

Attributes

Applies to