Microsoft Internet Security and Acceleration Server 2004 SDK

ProtocolsReportSortOrder Property of IFPCApplicationUsageReports[C++]

FPCApplicationUsageReports.ProtocolsReportSortOrder [Visual Basic]

[C++]

The ProtocolsReportSortOrder property gets or sets a value from the FpcTopAppProtocolReportSortOrder enumerated type that specifies how the information in the protocols report is to be sorted. The protocols report contains information about what protocols clients are using. The information in the report can be sorted according to the number of users that use each protocol or the number of requests made in each protocol.

HRESULT get_ProtocolsReportSortOrder(
  FpcTopAppProtocolReportSortOrder* pProtocolsSortOrder
);

HRESULT put_ProtocolsReportSortOrder(
  FpcTopAppProtocolReportSortOrder ProtocolsSortOrder
);

Parameters

pProtocolsSortOrder
Pointer to a variable that on return receives a value from the FpcTopAppProtocolReportSortOrder enumerated type that indicates how the information in the protocols report is to be sorted.
ProtocolsSortOrder
Value from the FpcTopAppProtocolReportSortOrder enumerated type that indicates how the information in the protocols 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 ProtocolsReportSortOrder property gets or sets a value from the FpcTopAppProtocolReportSortOrder enumerated type that specifies how the information in the protocols report is to be sorted. The protocols report contains information about what protocols clients are using. The information in the report can be sorted according to the number of users that use each protocol or the number of requests made in each protocol.

Property ProtocolsReportSortOrder As FpcTopAppProtocolReportSortOrder

Property Value

Value from the FpcTopAppProtocolReportSortOrder enumerated type that indicates how the information in the protocols 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

FPCApplicationUsageReports