summaryP:DotNetNuke.Entities.Modules.ModuleInfo.ControlTitle

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

Syntax

C#
[ObsoleteAttribute("Deprecated in DNN 5.0. Replaced by ModuleControl.ControlTitle")]
[XmlIgnoreAttribute]
public string ControlTitle { get; set; }
Visual Basic
<ObsoleteAttribute("Deprecated in DNN 5.0. Replaced by ModuleControl.ControlTitle")> 
<XmlIgnoreAttribute> 
Public Property ControlTitle As String
	Get
	Set

See Also