Microsoft Internet Security and Acceleration Server 2000

FPCWebBrowserClientConfig.ServerOrArrayName Property

Gets or sets the name of the ISA Server or array. This name is translated by the Domain Name System (DNS) and can point to multiple proxy servers.

VBScript Syntax[VBScript]

FPCWebBrowserClientConfig.ServerOrArrayName [ = sName ]

C++ Syntax[C++]

HRESULT get_ServerOrArrayName(
  BSTR *psName
);
 
HRESULT put_ServerOrArrayName(
  BSTR sName
);

Parameters

sName
String that specifies the name of the ISA Server or array.

The property is read-write.

Applies To

FPCWebBrowserClientConfig