summaryP:DotNetNuke.Web.ConfigSection.MessageHandlerEntry.DefaultInclude

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

Syntax

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

See Also