Microsoft Internet Security and Acceleration Server 2000

FPCWebFilters.Count Property

Gets the number of Web (ISAPI) filters in the collection.

VBScript Syntax[VBScript]

[ lCount = ] FPCWebFilters.Count

C++ Syntax[C++]

HRESULT get_Count(
  long *plCount
);

Parameters

lCount
Long value that specifies the number of filter objects.

The property is read-only.

Applies To

FPCWebFilters

See Also

FPCWebFilter