Microsoft Internet Security and Acceleration Server 2004 SDK

BrowserConfigScriptEnabled Property of IFPCWebBrowserClientConfig[C++]

FPCWebBrowserClientConfig.BrowserConfigScriptEnabled [Visual Basic]

[C++]

The BrowserConfigScriptEnabled property gets or sets a Boolean value that indicates whether Web browsers on Firewall clients will use an automatic configuration script.

HRESULT get_BrowserConfigScriptEnabled(
  VARIANT_BOOL* pfBrowserConfigScriptEnabled
);

HRESULT put_BrowserConfigScriptEnabled(
  VARIANT_BOOL fBrowserConfigScriptEnabled
);

Parameters

pfBrowserConfigScriptEnabled
Pointer to a Boolean variable that is set on return to VARIANT_TRUE if Web browsers on Firewall clients will use an automatic configuration script, or to VARIANT_FALSE if Web browsers on Firewall clients will not use an automatic configuration script.
fBrowserConfigScriptEnabled
Boolean value that indicates whether Web browsers on Firewall clients will use an automatic configuration script.

Return Values

These property methods return S_OK if the call is successful; otherwise, they return an error code.

Remarks

This property is read/write.

When this property is set to VARIANT_TRUE, the BrowserConfigScriptFlag property determines whether the Web browsers will use the default configuration script, or a custom configuration script.

[Visual Basic]

The BrowserConfigScriptEnabled property gets or sets a Boolean value that indicates whether Web browsers on Firewall clients will use an automatic configuration script.

Property BrowserConfigScriptEnabled As Boolean

Property Value

Boolean value that indicates whether Web browsers will use an automatic configuration script.

Remarks

This property is read/write.

When this property is set to True, the BrowserConfigScriptFlag property determines whether the Web browsers will use the default configuration script, or a custom configuration script.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

FPCWebBrowserClientConfig