Microsoft Internet Security and Acceleration Server 2000

FPCWebFilter.Order Property

Gets the filter's order. This property is set by using the FPCWebFilters.MoveUp and FPCWebFilters.MoveDown methods. Filter order establishes the order in which filters of the same priority receive the data.

VBScript Syntax[VBScript]

[ lOrder = ] FPCWebFilter.Order

C++ Syntax[C++]

HRESULT Order( 
  long *plOrder
);

Parameters

lOrder
Long value that specifies the order of the filter.

The property is read-only.

Applies To

FPCWebFilter