UrlCategoriesReportSortOrder Property of the IFPCUrlFilteringReports Interface

The UrlCategoriesReportSortOrder property gets or sets a value from the FpcUrlCategoriesReportSortOrder enumerated type that specifies how the information in the top URL categories section of a URL filtering report is to be sorted.

[C++]
HRESULT put_UrlCategoriesReportSortOrder(
	FpcUrlCategoriesReportSortOrder UrlCategoriesReportSortOrder
);
HRESULT get_UrlCategoriesReportSortOrder(
	FpcUrlCategoriesReportSortOrder* pUrlCategoriesReportSortOrder
);

Parameters

pUrlCategoriesReportSortOrder

Pointer to a variable that on return receives a value from the FpcUrlCategoriesReportSortOrder enumerated type specifying how the information in the top URL categories section of a URL filtering report is to be sorted.

UrlCategoriesReportSortOrder

Value from the FpcUrlCategoriesReportSortOrder enumerated type that specifies how the information in the top URL categories section of a URL filtering report is to be sorted.

Return Value

These property methods return S_OK if the call is successful; otherwise, they return an error code.

[Visual Basic]
Property UrlCategoriesReportSortOrder As FpcUrlCategoriesReportSortOrder

Property Value

Value from the FpcUrlCategoriesReportSortOrder enumerated type that specifies how the information in the top URL categories section of a URL filtering report is to be sorted.

Remarks

This property is read/write.

Requirements

Client Requires Windows Vista or Windows XP.
Server Requires Windows Server 2008.
Version Requires Forefront Threat Management Gateway (TMG).
IDL

Declared in Msfpccom.idl.

DLL

Requires Msfpccom.dll.

See Also

FPCUrlFilteringReports


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.