summaryP:DotNetNuke.Common.Assembly.ApplicationVersion

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

Syntax

C#
[ObsoleteAttribute("Deprecated in DNN 5.1. Use DotNetNukeContext.Current.Application properties.")]
public static Version ApplicationVersion { get; }
Visual Basic
<ObsoleteAttribute("Deprecated in DNN 5.1. Use DotNetNukeContext.Current.Application properties.")> 
Public Shared ReadOnly Property ApplicationVersion As Version
	Get

See Also