Microsoft Internet Security and Acceleration Server 2000

FPCArray.ClientConfig Property

Gets a reference to the FPCClientConfig object. The FPCClientConfig object represents the configuration that the firewall client setup application sets for the firewall client and for the client-machine web browsers. It also contains information that firewall clients download periodically from the ISA array, and information that is used for creating the browser configuration script.

VBScript Syntax[VBScript]

[ oFPCClientConfig = ] FPCArray.ClientConfig

C++ Syntax[C++]

HRESULT get_ClientConfig(
  IFPCClientConfig **poFPCClientConfig
);

Parameters

oFPCClientConfig
Reference to an FPCClientConfig object.

This property is read-only.

Applies To

FPCArray