summaryP:DotNetNuke.ExtensionPoints.DefaultExtensionControl.Module

Namespace: DotNetNuke.ExtensionPoints
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[BindableAttribute(true)]
[DefaultValueAttribute("")]
public string Module { get; set; }
Visual Basic
<BindableAttribute(true)> 
<DefaultValueAttribute("")> 
Public Property Module As String
	Get
	Set

See Also