Share via


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 7 or Windows Vista.
Server Requires Windows Server 2008 R2 or Windows Server 2008 x64 Edition with SP2.
Version Requires Forefront Threat Management Gateway (TMG) 2010.
IDL

Declared in Msfpccom.idl.

DLL

Requires Msfpccom.dll.

See Also

FPCDailysumConfig

Send comments about this topic to Microsoft

Build date: 6/30/2010