Microsoft Internet Security and Acceleration Server 2000

FPCFirewallClientConfig.ServerOrArrayName Property

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

VBScript Syntax[VBScript]

FPCFirewallClientConfig.ServerOrArrayName [ = sName ] 

C++ Syntax[C++]

HRESULT get_ServerOrArrayName(
  BSTR *psName
);

HRESULT put_ServerOrArrayName(
  BSTR sName
);

Parameters

sName
String that specifies the name of the server.

Applies To

FPCFirewallClientConfig