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