共用方式為


RestSink.RequestMethod Property

Definition

Gets or sets the HTTP method used to call the RESTful API. The default is POST. Type: string (or Expression with resultType string).

[Newtonsoft.Json.JsonProperty(PropertyName="requestMethod")]
public object RequestMethod { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="requestMethod")>]
member this.RequestMethod : obj with get, set
Public Property RequestMethod As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to