Microsoft Internet Security and Acceleration Server 2004 SDK

SitesReportSortOrder Property of IFPCWebUsageReports[C++]

FPCWebUsageReports.SitesReportSortOrder [Visual Basic]

[C++]

The SitesReportSortOrder property gets or sets a value from the FpcTopSitesReportSortOrder enumerated type that specifies how the information in the sites report is to be sorted. The sites report contains information about which sites clients are visiting. The report can be sorted according to the number of users that visit each site, the number of requests sent to each site, or the number of bytes transferred.

HRESULT get_SitesReportSortOrder(
  FpcTopWebSiteReportSortOrder* pSitesSortOrder
);

HRESULT put_SitesReportSortOrder(
  FpcTopWebSiteReportSortOrder SitesSortOrder
);

Parameters

pSitesSortOrder
Pointer to a variable that on return receives a value from the FpcTopSitesReportSortOrder enumerated type that specifies how the information in the sites report is to be sorted.
SitesSortOrder
Value from the FpcTopSitesReportSortOrder enumerated type that specifies how the information in the sites 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 SitesReportSortOrder property gets or sets a value from the FpcTopSitesReportSortOrder enumerated type that specifies how the information in the sites report is to be sorted. The sites report contains information about which sites clients are visiting. The report can be sorted according to the number of users that visit each site, the number of requests sent to each site, or the number of bytes transferred.

Property SitesReportSortOrder As FpcTopWebSiteReportSortOrder

Property Value

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