Gets the minimum version of the database schema supported by this Visual Guard console.

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 MinimumSchemaVersionForConsole { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property MinimumSchemaVersionForConsole As Version

Field Value

A Version object representing the minimum version of the database schema supported by this Visual Guard console.

Remarks

This version is used by the Visual Guard to check when the database schema in which a repository is stored needs to be upgraded before using by this version of Visual Guard console.

See Also