Share via


IFPCLog::LogFileDirectoryType property

Applies to: desktop apps only

The LogFileDirectoryType property gets or sets a value from the FpcLogFileDirectoryType enumerated type that indicates the type of path specified for the log files.

This property is read/write.

Syntax

HRESULT put_LogFileDirectoryType(
  FpcLogFileDirectoryType DirectoryType
);

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

Property LogFileDirectoryType( _
  ByVal DirectoryType As FpcLogFileDirectoryType, _
  ByVal pDirectoryType As FpcLogFileDirectoryType _
) As FpcLogFileDirectoryType

Property value

Value from the FpcLogFileDirectoryType enumerated type. The value can be either fpcFullPath, which indicates that the full path is specified for the log file directory, or fpcRelativePath, which indicates that the log files are stored in the ISALogs directory under the Forefront TMG installation directory.

If this value is set to fpcRelativePath, the path set in the LogFileDirectory property is ignored.

Error codes

These property methods return S_OK if the call is successful; otherwise, they return an error code.

Remarks

This property is read/write. Its default value is fpcFullPath, which indicates that the full path is specified for the log file directory.

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

FPCLog

 

 

Build date: 7/12/2010