Microsoft Internet Security and Acceleration Server 2000

FPCRoutingRules.MoveDown Method

Moves the given rule down the ladder of execution.

VBScript Syntax[VBScript]

FPCRoutingRules.MoveDown( lIndex )

C++ Syntax[C++]

HRESULT MoveDown(
  long lIndex
);

Parameters

lIndex
Required. Index (current order) of the rule to move down.

Applies To

FPCRoutingRules

See Also

MoveUp