Gets the version of the DotNetNuke framework/application

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

Syntax

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

Field Value

The version as retreieved from the Executing assembly.

See Also