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

Syntax

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

Property Value

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