Gets and sets the Module Configuration (ModuleInfo) for this context

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

Syntax

C#
public ModuleInfo Configuration { get; set; }
Visual Basic
Public Property Configuration As ModuleInfo
	Get
	Set

See Also