FPCBandwidthRules.MoveUp
Method
Moves the given rule one step up in the order of execution.
VBScript Syntax[VBScript]
FPCBandwidthRules.MoveUp( lIndex )
C++ Syntax[C++]
HRESULT MoveUp(
long lIndex
);
Parameters
- lIndex
- Required. Long value that contains the index (current location
in the order) of the rule to move up in the order of
execution.
Applies To
FPCBandwidthRules
See Also
MoveDown