Microsoft Internet Security and Acceleration Server 2000

FPCServerPublishingRule.InternalIp Property

Gets or sets the internal IP address for the publishing server. This would be the address of the internal server you want to publish.

VBScript Syntax[VBScript]

FPCServerPublishingRule.InternalIp [ = sInternalIp ]

C++ Syntax[C++]

HRESULT get_InternalIp(
  BSTR *psInternalIp
);

HRESULT put_InternalIp(
  BSTR sInternalIp
);

Parameters

sInternalIp
String that specifies the internal IP.

The property is read-write.

Applies To

FPCServerPublishingRule