Share via


HttpDataset.RequestMethod Property

Definition

Gets or sets the HTTP method for the HTTP request. Type: string (or Expression with resultType string).

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to