次の方法で共有


ApiEntityBaseContract.ApiVersion プロパティ

定義

API がバージョン管理されている場合、API のバージョン識別子を示す値を取得または設定します

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象