Gets the version of the currently installed DotNetNuke framework/application Can be prior to Version, if the application is pending to be upgraded.

Namespace: DotNetNuke.Application
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public virtual Version CurrentVersion { get; }
Visual Basic
Public Overridable ReadOnly Property CurrentVersion As Version
	Get

Field Value

The version as retreieved from the database version table.

See Also