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

Syntax

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

Property Value

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