Microsoft Internet Security and Acceleration Server 2000

FPCFirewallClientConfig.ServerIp Property

Gets or sets the IP address of the ISA server used by Firewall clients. This method assumes that the value of the AccessType property is fpcClientAccessSetByIp.

VBScript Syntax[VBScript]

FPCFirewallClientConfig.ServerIp [ = sIP ]

C++ Syntax[C++]

HRESULT get_ServerIP(
  BSTR *psIP
);

HRESULT put_ServerIP(
  BSTR sIP
);

Parameters

sIP
String that specifies the IP address of the server.

Applies To

FPCFirewallClientConfig