summaryP:DotNetNuke.Web.ConfigSection.MessageHandlerEntry.Name

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

Syntax

C#
[ConfigurationPropertyAttribute("name", DefaultValue = "", IsRequired = true)]
public string Name { get; set; }
Visual Basic
<ConfigurationPropertyAttribute("name", DefaultValue := "", IsRequired := true)> 
Public Property Name As String
	Get
	Set

See Also