Microsoft Internet Security and Acceleration Server 2000

FPCDestination.Ip_From Property

Gets the lower-bound IP address.

VBScript Syntax[VBScript]

[ sIp_From = ] FPCDestination.Ip_From

C++ Syntax[C++]

HRESULT get_IP_From( 
  BSTR *psIp_From
);

Parameters

sIp_From
String that specifies the lower-bound IP address.

The property is read-only.

Remarks

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

Applies To

FPCDestination