Microsoft Internet Security and Acceleration Server 2000

FPCLATEntry.IP_To Property

Gets the higher IP address of the range.

VBScript Syntax[VBScript]

[ sTo = ] FPCLATEntry.IP_To

C++ Syntax[C++]

HRESULT get_IP_To(
  BSTR *psTo
);

Parameters

sTo
String that specifies the higher IP address.

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

Applies To

FPCLATEntry

See Also

IP_From