StackMajorVersion.RuntimeVersion Property

Definition

Gets or sets application stack major version (runtime only).

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to