summaryP:DotNetNuke.Web.ConfigSection.MessageHandlersCollection.Item(System.Int32)

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

Syntax

C#
public MessageHandlerEntry this[
	int index
] { get; set; }
Visual Basic
Public Default Property Item ( 
	index As Integer
) As MessageHandlerEntry
	Get
	Set

Parameters

index
Type: System..::..Int32

See Also