Click or drag to resize

VGProductInformationMinimumSchemaVersionForConsole Property

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: 2019.0.101.19 (2019.0.0101.19)
Syntax
public static Version MinimumSchemaVersionForConsole { 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