ExtensionImage.DisallowMajorVersionUpgrade Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)