Microsoft Internet Security and Acceleration Server 2004 SDK

UsersReportSortOrder Property of IFPCWebUsageReports[C++]

FPCWebUsageReports.UsersReportSortOrder [Visual Basic]

[C++]

The UsersReportSortOrder property gets or sets a value from the FpcTopUsersReportSortOrder enumerated type that specifies how the information in the users report is to be sorted. The users report contains information about the most active users. The report can be sorted according to the number of requests sent by each user or the number of bytes transferred for each user.

HRESULT get_UsersReportSortOrder(
  FpcTopUsersReportSortOrder* pUsersSortOrder
);

HRESULT put_UsersReportSortOrder(
  FpcTopUsersReportSortOrder UsersSortOrder
);

Parameters

pUsersSortOrder
Pointer to a variable that on return receives a value from the FpcTopUsersReportSortOrder enumerated type that specifies how the information in the users report is to be sorted.
UsersSortOrder
Value from the FpcTopUsersReportSortOrder enumerated type that specifies how the information in the users 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 UsersReportSortOrder property gets or sets a value from the FpcTopUsersReportSortOrder enumerated type that specifies how the information in the users report is to be sorted. The users report contains information about the most active users. The report can be sorted according to the number of requests sent by each user or the number of bytes transferred for each user.

Property UsersReportSortOrder As FpcTopUsersReportSortOrder

Property Value

Value from the FpcTopUsersReportSortOrder enumerated type that specifies how the information in the users 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