次の方法で共有


OperationContract.Method プロパティ

定義

有効な HTTP 操作メソッドを取得または設定します。 GET、PUT、POST などの一般的な Http メソッドですが、これらに限定されません。

[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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象