Microsoft Internet Security and Acceleration Server 2004 SDK

Logging Property of IFPCArray[C++]

FPCArray.Logging [Visual Basic]

[C++]

The Logging property gets an FPCLogs collection that contains objects defining all of the logging configurations for the array.

HRESULT get_Logging(
  IFPCLogs** ppLogs
);

Parameters

ppLogs
Address of an interface pointer that on return points to an IFPCLogs interface that represents the collection of logging configurations for the array.

Return Values

This property method returns S_OK if the call is successful; otherwise, it returns an error code.

Remarks

This property is read-only. You can access and modify the individual logging configurations for the array through the IFPCLogs interface retrieved.

[Visual Basic]

The Logging property gets an FPCLogs collection that contains objects defining all of the logging configurations for the array.

Property Logging As FPCLogs

Property Value

Reference to the FPCLogs collection for the array.

Remarks

This property is read-only. You can access and modify the individual logging configurations for the array through the FPCLogs collection retrieved.

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

FPCArray