Microsoft Internet Security and Acceleration Server 2000

FPCLATEntry.IP_From Property

Gets the lower IP address of the range.

VBScript Syntax[VBScript]

[ sFrom = ] FPCLATEntry.IP_From

C++ Syntax[C++]

HRESULT get_IP_From(
  BSTR *psFrom
);

Parameters

sFrom
String that specifies the lower IP address.

The property is read-only. Set this property by using the SetIps method.

Applies To

FPCLATEntry

See Also

IP_To