IFPCArray6::EntOverridingUrlCategories property
Applies to: desktop apps only
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.)
This property is read-only.
Syntax
HRESULT get_EntOverridingUrlCategories(
IFPCUrlToCategoryMappings **ppEntOverridingUrlCategories
);
' Data type: FPCUrlToCategoryMappings
Property EntOverridingUrlCategories( _
ByVal ppEntOverridingUrlCategories As IFPCUrlToCategoryMappings _
) 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.
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. 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
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