FPCBandwidthRule.SetDestination
Method
Sets the destinations to which the rule applies.
VBScript Syntax[VBScript]
FPCBandwidthRule.SetDestination( DestType, sDestinationSet, ItemScope )
C++ Syntax[C++]
HRESULT SetDestination (
FpcDestinationSelection DestType,
BSTR sDestinationSet,
FpcItemScope ItemScope
);
Parameters
- DestType
- Required. Defines the type of destinations to which the rule
applies. Can have a value from the FpcDestinationSelection enumerated
type.
- sDestinationSet
- Optional. String that defines a set of destinations to use.
Only used if DestType equals the value FPCDestinationSet.
- ItemScope
- The item scope. Can have a value from the FpcItemScope enumerated type. Has a
default value of fpcArrayScope.
Applies To
FPCBandwidthRule