summaryP:DotNetNuke.Entities.Modules.ModuleInfo.ControlSrc

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

Syntax

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

See Also