Microsoft Internet Security and Acceleration Server 2000

FPCRoutingRules.MoveUp Method

Moves the given rule up the ladder of execution.

VBScript Syntax[VBScript]

FPCRoutingRules.MoveUp( lIndex )

C++ Syntax[C++]

HRESULT MoveUp(
  long lIndex
);

Parameters

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

Applies To

FPCRoutingRules

See Also

MoveDown