FPCBandwidthRule.SetSchedule
Method
Sets the value of the schedule that applies to this rule.
VBScript Syntax[VBScript]
FPCBandwidthRule.SetSchedule( sScheduleName, Scope )
C++ Syntax[C++]
HRESULT SetSchedule(
BSTR sScheduleName,
FpcItemScope Scope
);
Parameters
- sScheduleName
- String that specifies the name of the Schedule object
used by this rule.
- Scope
- Item scope. Can be a value from the FpcItemScope enumerated type. The
default value is fpcArrayScope.
Applies To
FPCBandwidthRule