Microsoft Internet Security and Acceleration Server 2000

FPCWebBrowserClientConfig.BrowserConfigScriptEnabled Property

Gets or sets whether the browser will use the information in the configuration file.

VBScript Syntax[VBScript]

FPCWebBrowserClientConfig.BrowserConfigScriptEnabled [ = bEnabled ] 

C++ Syntax[C++]

HRESULT get_BrowserConfigScriptEnabled(
  VARIANT_BOOL *pbEnabled
);
 
HRESULT put_BrowserConfigScriptEnabled(
  VARIANT_BOOL bEnabled
);

Return Values

bEnabled
Boolean value that specifies whether the browser will use the information in the configuration file.

The property is read-write.

Applies To

FPCWebBrowserClientConfig