次の方法で共有


OperationContract.UrlTemplate プロパティ

定義

この操作のターゲット リソースを識別する相対 URL テンプレートを取得または設定します。 パラメーターを含めることができます。 例: /customers/{cid}/orders/{oid}/?date={date}

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象