The LogFileDirectoryType property gets or sets a value from the FpcLogFileDirectoryType enumerated type that indicates the type of path specified for the log files.
HRESULT put_LogFileDirectoryType( FpcLogFileDirectoryType DirectoryType ); HRESULT get_LogFileDirectoryType( FpcLogFileDirectoryType* pDirectoryType );
Pointer to a value from the FpcLogFileDirectoryType enumerated type that is set on return to either fpcFullPath, which indicates that 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.
Value from the FpcLogFileDirectoryType enumerated type. The value can be either fpcFullPath, which indicates that the directory of the log files is given as a full path, or fpcRelativePath, which indicates that the directory of the log files is relative to the Forefront TMG installation directory.
If this value is set to fpcRelativePath, the path set in the LogFileDirectory property is ignored.
These property methods return S_OK if the call is successful; otherwise, they return an error code.
Property LogFileDirectoryType As FpcLogFileDirectoryType
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.
This property is read/write. Its default value is fpcFullPath, which indicates that the full path is specified for the log file directory.
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. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.