Application.AllowUpdates 屬性

定義

取得或設定值,指出是否可以使用相同的版本字串覆寫應用程式內的套件。

[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)

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於