Microsoft Internet Security and Acceleration Server 2004 SDK

DirectoryName Property of IFPCLogSummaryConfiguration[C++]

FPCLogSummaryConfiguration.DirectoryName [Visual Basic]

[C++]

The DirectoryName property gets the name of the directory where the daily and monthly log summaries are stored.

HRESULT get_DirectoryName(
  BSTR* pbstrDirectoryName
);

Parameters

pbstrDirectoryName
Pointer to a BSTR that is set on return to a string value specifying the name of the directory where the daily and monthly log summaries are stored.

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. It can be set by calling the SetDirectory method.

[Visual Basic]

The DirectoryName property gets the name of the directory where the daily and monthly log summaries are stored.

Property DirectoryName As String

Property Value

String that specifies the name of the directory where the daily and monthly log summaries are stored.

Remarks

This property is read-only. It can be set by calling the SetDirectory method.

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

FPCLogSummaryConfiguration