Gets the status of the DotnetNuke application

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

Syntax

C#
public ReleaseMode Status { get; }
Visual Basic
Public ReadOnly Property Status As ReleaseMode
	Get

Field Value

The value can be: None, Alpha, Beta, RC, Stable

Remarks

If the value is not be Stable, you will see the exactly status and version in page's title if allow display beta message in host setting.

See Also