Microsoft Internet Security and Acceleration Server 2000

FPCDestinationSet.Remove Method

Removes a destination object from the collection.

VBScript Syntax[VBScript]

FPCDestinationSet.Remove( vDomainOrIpFrom, sIp_To, sPath )

C++ Syntax[C++]

HRESULT Remove(
  VARIANT vDomainOrIpFrom, 
  BSTR sIp_To, 
  BSTR sPath
);

Parameters

vDomainOrIpFrom
Required. String that specifies the domain name or IP address for the destination to be removed.
sIp_To
Optional. String that specifies the higher-bound IP of the object to retrieve; needed if providing a lower-bound IP in vIndex.
sPath
Optional. String that specifies the path property of the object to be removed.

Applies To

FPCDestinationSet

See Also

FPCDestination