DirectoryType Property of the IFPCLogSummaryConfiguration Interface

The DirectoryType property gets a value from the FpcLogFileDirectoryType enumerated type that specifies whether the path to the directory where the daily log summaries are stored is a full path, or a path that is relative to the Forefront TMG installation path.

[C++]
HRESULT get_DirectoryType(
	FpcLogFileDirectoryType* pDirectoryType
);

Parameters

pDirectoryType

Pointer to a variable that on return receives a value from the FpcLogFileDirectoryType enumerated type specifying the type of path to the directory where the daily log summaries are stored.

Return Value

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

[Visual Basic]
Property DirectoryType As FpcLogFileDirectoryType

Property Value

Value from the FpcLogFileDirectoryType enumerated type that specifies the type of path to the directory where the daily log summaries are stored.

Remarks

This property is read-only. It can be set by calling the SetDirectory method. Its default value is fpcRelativePath, which indicates that the path to the directory where the log summaries are stored is a path that is relative to the Forefront TMG installation path.

Requirements

Client Requires Windows Vista or Windows XP.
Server Requires Windows Server 2008.
Version Requires Forefront Threat Management Gateway (TMG).
IDL

Declared in Msfpccom.idl.

DLL

Requires Msfpccom.dll.

See Also

FPCDailysumConfig


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.