OperationContract.Method Property

Definition

Gets or sets a Valid HTTP Operation Method. Typical Http Methods like GET, PUT, POST but not limited by only them.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.method")]
public string Method { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.method")>]
member this.Method : string with get, set
Public Property Method As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to