Item Property
      
 

Description

References specific ISAPI extension in the collection.


Property type

An ISAPIExtension object.  


Syntax

object.Item(Index)



The Item Property syntax has these parts:

Part Description
object An expression evaluating to an object of type ISAPIExtensions.
Index Required. A Variant value. Index of requested extension/filter.

Remarks

This property returns specific ISAPI extension from the collection of currently loaded ISAPI extensions. You should set Index to be between 0 and Count-1.