Microsoft Internet Security and Acceleration Server 2000

FPCLATEntry.SetIps Method

Sets the IP address range of this Local Address Table (LAT) entry. Sets both the From IP address (start of range) setting and the To IP address (end of range) setting.

VBScript Syntax[VBScript]

FPCLATEntry.SetFromTo( sNewFrom, sNewTo )

C++ Syntax[C++]

HRESULT SetFromTo(
  BSTR sNewFrom, 
  BSTR sNewTo
);

Parameters

sNewFrom
New From IP address.
sNewTo
New To IP address.

Applies To

FPCLATEntry

Applies To

FPCLATEntry