Microsoft Internet Security and Acceleration Server 2004 SDK

ObjectTypesReportSortOrder Property of IFPCWebUsageReports[C++]

FPCWebUsageReports.ObjectTypesReportSortOrder [Visual Basic]

[C++]

The ObjectTypesReportSortOrder property gets or sets how the information in the object types report is to be sorted. The object types report contains information about which Web object types clients are retrieving. The report can be sorted according to the number of users that request each object type, the number of requests for each object type, or the number of incoming bytes transferred for each object type.

HRESULT get_ObjectTypesReportSortOrder(
  FpcObjectTypesReportSortOrder* pObjectTypesSortOrder
);

HRESULT put_ObjectTypesReportSortOrder(
  FpcObjectTypesReportSortOrder ObjectTypesSortOrder
);

Parameters

pObjectTypesSortOrder
Pointer to a variable that on return receives a value from the FpcObjectTypesReportSortOrder enumerated type specifying how the information in the object types report is to be sorted.
ObjectTypesSortOrder
Value from the FpcObjectTypesReportSortOrder enumerated type that indicates how the information in the object types report is to be sorted.

Return Values

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

Remarks

This property is read/write.

[Visual Basic]

The ObjectTypesReportSortOrder property gets or sets how the information in the object types report is to be sorted. The object types report contains information about which Web object types clients are retrieving. The report can be sorted according to the number of users that request each object type, the number of requests for each object type, or the number of incoming bytes transferred for each object type.

Property ObjectTypesReportSortOrder As FpcObjectTypesReportSortOrder

Property Value

Value from the FpcObjectTypesReportSortOrder enumerated type that indicates how the information in the object types report is to be sorted.

Remarks

This property is read/write.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

FPCWebUsageReports