Back to product page

Item property


References specific ISAPI extension in the collection.

Type

ISAPIExtension object

Syntax

  • Basic
object.Item (Index)
The Item(object,Index) syntax has these parts:
objectAn expression evaluating to an object of type ISAPIExtensions
IndexA 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.

Platforms

Windows