Share via


IFPCClientConfig::Browser property

Applies to: desktop apps only

The Browser property gets an FPCWebBrowserClientConfig object that defines configuration settings for Web browsers running on client computers.

This property is read-only.

Syntax

HRESULT get_Browser(
  IFPCWebBrowserClientConfig **ppBrowserClientConfig
);
' Data type: FPCWebBrowserClientConfig

Property Browser( _
  ByVal ppBrowserClientConfig As IFPCWebBrowserClientConfig _
) As FPCWebBrowserClientConfig

Property value

Reference to an FPCWebBrowserClientConfig object that defines configuration settings 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, and the parameter returned is a null object.

Remarks

This property is read-only. The configuration settings held in this property can be modified by setting the properties of the FPCWebBrowserClientConfig object retrieved (the IFPCWebBrowserClientConfig interface retrieved in C++).

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

FPCClientConfig

 

 

Build date: 7/12/2010