Gets and sets the associated ModuleControl for this SkinControl

Namespace: DotNetNuke.UI.Skins
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public IModuleControl ModuleControl { get; set; }
Visual Basic
Public Property ModuleControl As IModuleControl
	Get
	Set

Implements

ISkinControl..::..ModuleControl

See Also