IFPCWebProxy3::UrlFilteringSettings property

Applies to: desktop apps only

The UrlFilteringSettings property gets an FPCUrlFilteringSettings object that holds the URL filtering settings for the array.

This property is read-only.

Syntax

HRESULT get_UrlFilteringSettings(
  IFPCUrlFilteringSettings **ppUrlFilteringSettings
);
' Data type: FPCUrlFilteringSettings

Property UrlFilteringSettings( _
  ByVal ppUrlFilteringSettings As IFPCUrlFilteringSettings _
) As FPCUrlFilteringSettings

Property value

Reference to an FPCUrlFilteringSettings object that holds the URL filtering settings for the array.

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. The URL filtering settings can be modified through the properties of the FPCUrlFilteringSettings object retrieved (the IFPCUrlFilteringSettings 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

FPCWebProxy

 

 

Build date: 7/12/2010