Share via


EntOverridingUrlCategories Property of the IFPCArray6 Interface

The EntOverridingUrlCategories property gets an FPCUrlToCategoryMappings collection that contains objects defining the enterprise-level mappings of URLs to overriding URL categories copied from the enterprise configuration to the array. (This property is introduced in Forefront TMG 2010 SP 1.)

C++

HRESULT get_EntOverridingUrlCategories(
    IFPCUrlToCategoryMappings** ppEntOverridingUrlCategories
);

Parameters

  • ppEntOverridingUrlCategories
    Address of an interface pointer that on return points to an IFPCUrlToCategoryMappings interface that represents the collection of the enterprise-level mappings of URLs to overriding URL categories copied from the enterprise configuration to the array.

Return Value

This property method returns S_OK if the call is successful; otherwise, it returns an error code.

Visual Basic

Property EntOverridingUrlCategories As FPCUrlToCategoryMappings

Property Value

Reference to the FPCUrlToCategoryMappings collection that contains objects defining the enterprise-level mappings of URLs to overriding URL categories copied from the enterprise configuration to the array.

Remarks

This property is read-only. Do not add, delete, or modify the contents of the FPCUrlToCategoryMappings collection retrieved (the IFPCUrlToCategoryMappings interface retrieved in C++).

Enterprise-level mappings of URLs to overriding URL categories can be added, modified, or deleted in the enterprise configuration through the OverridingUrlCategories property of the FPCEnterprise object. The changes will be copied and merged in the array only after the array manager synchronizes with the Enterprise Management Server (EMS).

This property is available only in Forefront TMG Enterprise Edition.

Requirements

Client Requires Windows 7 or Windows Vista.
Server Requires Windows Server 2008 R2 or Windows Server 2008 x64 Edition with SP2.
Version Requires Forefront Threat Management Gateway (TMG) 2010.
IDL

Declared in Msfpccom.idl.

DLL

Requires Msfpccom.dll.

See Also

FPCArray

Send comments about this topic to Microsoft

Build date: 6/30/2010