IFPCExtensions::WebFilters property
Applies to: desktop apps only
The WebFilters property gets an FPCWebFilters collection of Web filters that are registered to extend the Forefront TMG Web proxy.
This property is read-only.
Syntax
HRESULT get_WebFilters(
IFPCWebFilters **ppWebFilters
);
' Data type: FPCWebFilters
Property WebFilters( _
ByVal ppWebFilters As IFPCWebFilters _
) As FPCWebFilters
Property value
Reference to an FPCWebFilters collection of Web filters for extending the Web proxy.
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. You can modify the collection of Web filters for extending the Web proxy and access the properties of each Web filter through the FPCWebFilters collection retrieved (the IFPCWebFilters 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
Build date: 7/12/2010