summaryP:DotNetNuke.Web.ConfigSection.MessageHandlerEntry.Enabled

Namespace: DotNetNuke.Web.ConfigSection
Assembly: DotNetNuke.Web (in DotNetNuke.Web.dll)

Syntax

C#
[ConfigurationPropertyAttribute("enabled", DefaultValue = false, IsRequired = true)]
public bool Enabled { get; set; }
Visual Basic
<ConfigurationPropertyAttribute("enabled", DefaultValue := false, IsRequired := true)> 
Public Property Enabled As Boolean
	Get
	Set

See Also