Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The LogFileDirectoryType property gets or sets a value from the FpcLogFileDirectoryType enumerated type that indicates the type of path specified for the log files.
C++
HRESULT put_LogFileDirectoryType(
FpcLogFileDirectoryType DirectoryType
);
HRESULT get_LogFileDirectoryType(
FpcLogFileDirectoryType* pDirectoryType
);
Parameters
DirectoryType
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.
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.
Return Value
These property methods return S_OK if the call is successful; otherwise, they return an error code.
Visual Basic
Property LogFileDirectoryType 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.
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
| 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
Send comments about this topic to Microsoft
Build date: 6/30/2010