IFPCEnterprise4::OverridingUrlCategories property

Applies to: desktop apps only

The OverridingUrlCategories property gets an FPCUrlToCategoryMappings collection that contains the enterprise-level mappings of URLs to overriding URL categories. (This property is introduced in Forefront TMG 2010 SP 1.)

This property is read-only.

Syntax

HRESULT get_OverridingUrlCategories(
  IFPCUrlToCategoryMappings **ppOverridingUrlCategories
);
' Data type: FPCUrlToCategoryMappings

Property OverridingUrlCategories( _
  ByVal ppOverridingUrlCategories As IFPCUrlToCategoryMappings _
) As FPCUrlToCategoryMappings

Property value

Reference to an FPCUrlToCategoryMappings collection that contains the enterprise-level mappings of URLs to overriding URL categories.

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 add, delete, or modify the enterprise-level mappings of URLs to overriding URL categories by calling the methods of the FPCUrlToCategoryMappings collection retrieved (the IFPCUrlToCategoryMappings 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

FPCEnterprise

 

 

Build date: 7/12/2010