Click or drag to resize

IHandlersItem Property

Gets the Handler object for the specified name.

Namespace: WinWrap.Basic.Server
Assembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntax
IHandler this[
	Object index
] { get; }

Parameters

index  Object
Index into the Handlers collection. May be a string or a number. (Collection indicies start at one.)

Property Value

IHandler
The Handler object for the specified name. If the Handler can't be found return null (Nothing for Visual Basic).
Remarks
This is the default property for the Handlers object.
See Also