Microsoft Internet Security and Acceleration Server 2000

FPCDirectIpDestination.SetIps Method

Sets the range of IP destination addresses.

VBScript Syntax[VBScript]

FPCDirectIpDestination.SetIps( = sNewFrom, sNewTo )

C++ Syntax[C++]

HRESULT SetIps(
  BSTR sNewFrom
  BSTR sNewTo
);

Parameters

sNewFrom
String that specifies the lower-bound IP address of the range. This IP address cannot be greater that that provided in sNewTo.
sNewTo
String that specifies the upper-bound IP address of the range. It can be equal to the IP address in sNewFrom, resulting in a range consisting of a single address.

Applies To

FPCDirectIpDestination