Gets or sets of a boolean value indicating when the minimum supported runtime version of the target repository can be upgraded.

Namespace:  Novalys.VisualGuard.Security.Deployment
Assembly:  vg_deployment (in vg_deployment.exe) Version: 3.2.912.1 (3.2.912.01)

Syntax

C#
public bool UpgradeMinimumSupportedRuntimeVersion { get; set; }
Visual Basic (Declaration)
Public Property UpgradeMinimumSupportedRuntimeVersion As Boolean

Field Value

true when the version can be upgraded, false otherwise. The default value is false.

Remarks

When the value is equal to false and the minimum supported runtime version of the source repository is higher than the minimum version of the target repository the deployment process will fail.

See Also