共用方式為


Extension.AutoUpgradeMinorVersion Property

Definition

Gets or sets flag to note if this extension participates in auto upgrade of minor version, or not.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to