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: 2016.0.105.16 (2016.0.105.16)

Syntax

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

Property Value

Type: Version
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