Gets the Dictionary of ModuleControls that are part of this definition

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

Syntax

C#
public Dictionary<string, ModuleControlInfo> ModuleControls { get; }
Visual Basic
Public ReadOnly Property ModuleControls As Dictionary(Of String, ModuleControlInfo)
	Get

Return Value

A Dictionary(Of String, ModuleControlInfo)

See Also