FPCDestinationSets.Remove
Method
Removes a destination set object from the collection.
VBScript Syntax[VBScript]
FPCDestinationSets.Remove( vItem, bVerify )
C++ Syntax[C++]
HRESULT Remove(
VARIANT vItem
VARIANT_BOOL bVerify
);
Parameters
- vItem
- Required. One-based index of the object to remove.
- bVerify
- Optional. Boolean value that specifies whether COM verifies,
prior to removal, if the destination set is used by a rule. The
default value is TRUE.
Applies To
FPCDestinationSets
See Also
FPCDestinationSet