Microsoft Internet Security and Acceleration Server 2000

FPCServerPublishingRule.ExternalIp Property

Gets or sets the external Internet Protocol (IP) address of one of the ISA servers in the array, to which the specified internal addresses are mapped. An external address is one that is not in the Local Address Table (LAT).

Note  If the address provided is not that of an external IP, an error will be returned.

VBScript Syntax[VBScript]

FPCServerPublishingRule.ExternalIp [ = sExternalIP ]

C++ Syntax[C++]

HRESULT get_ExternalIp(
  BSTR *psExternalIP
);

HRESULT put_ExternalIp(
  BSTR sExternalIP
);

Parameters

sExternalIP
String that specifies the external IP.

The property is read-write.

Applies To

FPCServerPublishingRule