IFPCEEServer::InstalledWebFilters property

Applies to: desktop apps only

The InstalledWebFilters property gets an FPCRefs collection that contains references to the FPCWebFilter objects defining the Web filters installed on the server.

This property is read-only.

Syntax

HRESULT get_InstalledWebFilters(
  IFPCRefs **ppRefs
);
' Data type: FPCRefs

Property InstalledWebFilters( _
  ByVal ppRefs As IFPCRefs _
) As FPCRefs

Property value

Reference to the FPCRefs collection that contains references to the Web filters installed on the server.

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. References to Web filters can be added and removed by calling the methods of the FPCRefs collection retrieved (the IFPCRefs interface retrieved in C++)

In deployments with multiple Forefront TMG computers, only the Web filters that are installed on a Forefront TMG computer, included in the FPCWebFilters collection for its array, and referenced in its InstalledWebFilters property are registered as installed extensions of the Forefront TMG Web proxy on that computer. When the Add method is called to register a Web filter in an array, a reference to the new FPCWebFilter object is automatically added to this property of the local Forefront TMG computer.

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

FPCServer

 

 

Build date: 7/12/2010