Back to product page

Count property


Returns total number of ISAPI extensions in the collection.

Type

Integer

Syntax

  • Basic
object.Count
The Count(object) syntax has these parts:
objectAn 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.

Platforms

Windows