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.
HRESULT get_DirectoryType( FpcLogFileDirectoryType* 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.
This property method returns S_OK if the call is successful; otherwise, it returns an error code.
Property DirectoryType As FpcLogFileDirectoryType
Value from the FpcLogFileDirectoryType enumerated type that specifies the type of path to the directory where the daily log summaries are stored.
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.
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.