ApiVersionSetUpdateParameters.VersionHeaderName Property

Definition

Gets or sets name of HTTP header parameter that indicates the API Version if versioningScheme is set to header.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to