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: 3.2.912.1 (3.2.912.01)

Syntax

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

Field Value

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