Share via


IFPCWebBrowserClientConfig::AutoScript property

Applies to: desktop apps only

The Autoscript property gets an FPCClientAutoScript object that defines the contents of the default automatic configuration script for Web browsers running on client computers.

This property is read-only.

Syntax

HRESULT get_AutoScript(
  IFPCClientAutoScript **ppClientAutoScript
);
' Data type: FPCClientAutoScript

Property AutoScript( _
  ByVal ppClientAutoScript As IFPCClientAutoScript _
) As FPCClientAutoScript

Property value

Reference to an FPCClientAutoScript object that defines the contents of the default automatic configuration script for Web browsers running on client computers.

Error codes

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

Remarks

This property is read-only.

Web browsers running on Forefront TMG Client and Firewall Client computers use the default automatic configuration script only if the BrowserConfigScriptEnabled property is set to True (VARIANT_TRUE in C++) and the BrowserConfigScriptFlag property is set to fpcBrowserDefaultScript.

Web browsers running on computers on which the neither Forefront TMG Client or Firewall Client is installed can be configured manually to use the default automatic configuration script.

Requirements

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only)

Version

Forefront Threat Management Gateway (TMG) 2010

IDL

Msfpccom.idl

DLL

Msfpccom.dll

See also

FPCWebBrowserClientConfig

 

 

Build date: 7/12/2010