Gets the minimum version of the repository supported by this version of the 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 MinimumRepositoryVersion { get; }
Visual Basic
Public Shared ReadOnly Property MinimumRepositoryVersion As Version
	Get

Property Value

Type: Version
A Version object representing the minimum version of the repository.

Remarks

This version is used by the Visual Guard runtime to check if a repository is compatible or must be migrated.

See Also