Microsoft Internet Security and Acceleration Server 2000

FPCBandwidthRule.Order Property

Gets the filter's order.

VBScript Syntax[VBScript]

[ lOrder = ] FPCISAPIFilter.Order

C++ Syntax[C++]

HRESULT get_Order(
  long *plOrder
);

Parameters

lOrder
Long value that specifies the order of the filter.

The property is read-only. Set the order using the FPCBandwidthRules.MoveDown and FPCBandwidthRules.MoveUp methods.

Applies To

FPCBandwidthRule