Share via


PatchExtension.Version Property

Definition

Gets or sets version of the extension for this extension, if it is 'pinned' to a specific version. autoUpgradeMinorVersion must be 'false'.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to