Microsoft Internet Security and Acceleration Server 2004 SDK

BrowserConfigScriptFlag Property of IFPCWebBrowserClientConfig[C++]

FPCWebBrowserClientConfig.BrowserConfigScriptFlag [Visual Basic]

[C++]

The BrowserConfigScriptFlag property gets a value from the FpcBrowserConfigScriptFlag enumerated type that specifies whether Web browsers running on Firewall clients will use the default automatic configuration script, or a custom automatic configuration script.

HRESULT get_BrowserConfigScriptFlag(
  FpcBrowserConfigScriptFlag* pBrowserConfigScriptFlag
);

Parameters

pBrowserConfigScriptFlag
Pointer to a variable that is set on return to a value from the FpcBrowserConfigScriptFlag enumerated type specifying whether Web browsers running on Firewall clients will use the default automatic configuration script, or a custom automatic configuration script.

Return Values

This property method returns S_OK if the call is successful; otherwise, it returns an error code.

Remarks

This property is read-only. It can be set by calling the SetBrowserConfigScript method.

Web browsers running on Firewall clients use an automatic configuration script only if the BrowserConfigScriptEnabled property is set to VARIANT_TRUE.

[Visual Basic]

The BrowserConfigScriptFlag property gets a value from the FpcBrowserConfigScriptFlag enumerated type that specifies whether Web browsers running on Firewall clients will use the default automatic configuration script, or a custom automatic configuration script.

Property BrowserConfigScriptFlag As FpcBrowserConfigScriptFlag

Property Value

Value from the FpcBrowserConfigScriptFlag enumerated type that specifies whether Web browsers running on Firewall clients will use the default automatic configuration script, or a custom automatic configuration script.

Remarks

This property is read-only. It can be set by calling the SetBrowserConfigScript method.

Web browsers running on Firewall clients use an automatic configuration script only if the BrowserConfigScriptEnabled property is set to True.

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