summaryP:DotNetNuke.Web.ConfigSection.MessageHandlerEntry.ClassName

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

Syntax

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

See Also