Gets the version of Visual Guard repository created by this version of the runtime.

Namespace:  Novalys.VisualGuard.Security
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 3.1.911.5 (3.1.911.05)

Syntax

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

Field Value

A Version object representing the version of a repository created by this runtime.

Remarks

This version is used by the Visual Guard console when a new repository is created. This version is upgraded each time the data model of the repository is modified.

See Also