Microsoft Internet Security and Acceleration Server 2000

FPCRoutingRule.Order Property

Gets the rule's order of execution in relation to the other rules. You can set the routing rule's order by using the FPCRoutingRules.MoveDown and FPCRoutingRules.MoveUp methods.

VBScript Syntax[VBScript]

[ lOrder = ] FPCRoutingRule.Order

C++ Syntax[C++]

HRESULT get_Order(
  long *plOrder
);

Parameters

lOrder
Long value that specifies the order of execution.

The property is read-only.

Applies To

FPCRoutingRule