summaryP:DotNetNuke.Entities.Portals.PortalSettings.Version

Namespace: DotNetNuke.Entities.Portals
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[ObsoleteAttribute("Deprecated in DNN 5.1. Replaced by Application.Version")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public string Version { get; set; }
Visual Basic
<ObsoleteAttribute("Deprecated in DNN 5.1. Replaced by Application.Version")> 
<EditorBrowsableAttribute(EditorBrowsableState.Never)> 
Public Property Version As String
	Get
	Set

See Also