IFPCLogSummaryConfiguration::DirectoryType property

Applies to: desktop apps only

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.

This property is read-only.

Syntax

HRESULT get_DirectoryType(
  FpcLogFileDirectoryType *pDirectoryType
);
' Data type: FpcLogFileDirectoryType

Property DirectoryType( _
  ByVal pDirectoryType As FpcLogFileDirectoryType _
) 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.

Error codes

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. 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

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only)

Version

Forefront Threat Management Gateway (TMG) 2010

IDL

Msfpccom.idl

DLL

Msfpccom.dll

See also

FPCDailysumConfig

 

 

Build date: 7/12/2010