Share via


Application.AllowUpdates Property

Definition

Gets or sets a value indicating whether packages within the application may be overwritten using the same version string.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.allowUpdates")]
public bool? AllowUpdates { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.allowUpdates")>]
member this.AllowUpdates : Nullable<bool> with get, set
Public Property AllowUpdates As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to