ApiEntityBaseContract.ApiVersion Property

Definition

Gets or sets indicates the version identifier of the API if the API is versioned

[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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to