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 );
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.
This property method returns S_OK if the call is successful; otherwise, it returns an error code.
Property BrowserConfigScriptFlag As FpcBrowserConfigScriptFlag
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.
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++).
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. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.