Microsoft Internet Security and Acceleration Server 2000

FPCDestination.Ip_To Property

Gets the upper-bound IP address.

VBScript Syntax[VBScript]

[ sIp_To = ] FPCDestination.Ip_To

C++ Syntax[C++]

HRESULT get_IP_To( 
  BSTR *psIp_To
);

Parameters

sIp_To
String that specifies the upper-bound IP address.

The property is read-only.

Remarks

This property is valid only if the host definition was set by the SetDestinationAsIpRange method.

Applies To

FPCDestination