Gets the version of the application.

Namespace: Novalys.VisualGuard.Security.Membership
Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2016.0.105.16 (2016.0.105.16)

Syntax

C#
public Version Version { get; set; }
Visual Basic
Public Property Version As Version
	Get
	Set

Return Value

Type: Version
The version of the application.

See Also