FPCDirectIpDestinations.Remove
Method
Removes an FPCDirectIpDestination object from
the collection.
VBScript Syntax[VBScript]
FPCDirectIpDestinations.Remove( vIpOrIndex, vIpTo )
C++ Syntax[C++]
HRESULT Remove (
VARIANT vIpOrIndex,
VARIANT vIpTo
);
Parameters
- vIpOrIndex
- Required. One-based index or lower-bound IP address of the
destination(s) to remove.
- vIpTo
- Optional. Upper-bound IP address of the destinations to remove.
Necessary if vIpOrIndex provides a lower-bound IP
address.
Applies To
FPCDirectIpDestinations