Microsoft Internet Security and Acceleration Server 2000

FPCIpRange.SetIps Method

Sets the bounds of the IP range.

VBScript Syntax[VBScript]

FPCIpRange.SetIps ( sIp_From, sIp_To )

C++ Syntax[C++]

HRESULT SetIps(
  BSTR sIp_From, 
  BSTR sIp_To
);

Parameters

sIp_From
String that specifies the lower bound of the IP range.
sIp_To
String that specifies the upper bound of the IP range.

Applies To

FPCIpRange