次の方法で共有


ApiContract.TermsOfServiceUrl プロパティ

定義

API のサービス利用規約への URL を取得または設定します。 URL の形式にする必要があります。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象