Gets the Name for this control

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

Syntax

C#
public string ControlName { get; }
Visual Basic
Public ReadOnly Property ControlName As String
	Get

Return Value

A String

Implements

IModuleControl..::..ControlName

See Also