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

Property Value

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

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.

See Also