BrowserConfigScriptFlag Property of the IFPCWebBrowserClientConfig Interface

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.

[C++]
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 Value

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

[Visual Basic]
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. Its default value is fpcBrowserDefaultScript, which indicates that Web browsers running on Firewall clients will use the default automatic configuration script.

Web browsers running on Firewall clients use an automatic configuration script only if the BrowserConfigScriptEnabled property is set to True (VARIANT_TRUE in C++).

Requirements

Client Requires Windows Vista or Windows XP.
Server Requires Windows Server 2008.
Version Requires Forefront Threat Management Gateway (TMG).
IDL

Declared in Msfpccom.idl.

DLL

Requires Msfpccom.dll.

See Also

FPCWebBrowserClientConfig


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.