Share via


Application.DefaultVersion Property

Definition

Gets or sets the package to use if a client requests the application but does not specify a version. This property can only be set to the name of an existing package.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to