Share via


PatchInstallationDetail.Version Property

Definition

Gets the version string of the package. It may conform to Semantic Versioning. Only applies to Linux.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to