Gets and sets the Control Source

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

Syntax

C#
public string ControlSrc { get; set; }
Visual Basic
Public Property ControlSrc As String
	Get
	Set

Return Value

A String

See Also