次の方法で共有


IFPCUrlToCategoryMapping::UrlCategory property

Applies to: desktop apps only

The UrlCategory property gets an FPCRef object that references the FPCUrlCategory object representing the overriding URL category in the mapping.

This property is read-only.

Syntax

HRESULT get_UrlCategory(
  IFPCRef **ppUrlCategory
);
' Data type: FPCRef

Property UrlCategory( _
  ByVal ppUrlCategory As IFPCRef _
) As FPCRef

Property value

Reference to an FPCRef object that references the FPCUrlCategory object representing the overriding URL category in the mapping.

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 overriding URL category referenced in the mapping is initially set when the mapping is created by the Add method of the FPCUrlToCategoryMappings collection (IFPCUrlToCategoryMappings interface in C++), and it can be changed by calling the SetUrlCategory method.

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

FPCUrlToCategoryMapping

 

 

Build date: 7/12/2010