Count Property
      
 

Description

Returns total number of ISAPI extensions in the collection.


Property type

An Integer value.  


Syntax

object.Count



The Count Property syntax has these parts:

Part Description
object An expression evaluating to an object of type ISAPIExtensions.

Remarks

This property will return total number of currently loaded ISAPI extensions and filters. To access specific ISAPI filter/extension, use Item property.