共用方式為


ExtensionImage.DisallowMajorVersionUpgrade Property

Definition

Optional. Optional. If this is set to 'true' the extension version cannot be upgraded to from other major versions in active deployments. If the value is 'false' or nor present, the extension version can be upgraded to from any other version. Downgrade is not supported. The value has to be 'true' or 'false' (case-sensitive) if present.

public bool? DisallowMajorVersionUpgrade { get; set; }
member this.DisallowMajorVersionUpgrade : Nullable<bool> with get, set
Public Property DisallowMajorVersionUpgrade As Nullable(Of Boolean)

Property Value

Applies to