Gets the minimum version of the Visual Guard runtime supported by a repository created or upgraded by this runtime.

Namespace:  Novalys.VisualGuard.Security
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 3.2.912.1 (3.2.912.01)

Syntax

C#
public static Version MinimumRuntimeVersion { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property MinimumRuntimeVersion As Version

Field Value

A Version object representing the minimum version of the runtime supported by a repository created or upgraded by this runtime.

Remarks

This version is used by the Visual Guard console to set the minimum runtime version of a repository that will be created or updated.

See Also