Microsoft Internet Security and Acceleration Server 2000

FPCLog.LogFileDirectoryType Property

Gets or sets the type of path to the logging files.

VBScript Syntax[VBScript]

FPCLog.LogFileDirectoryType [ = DirectoryType ]

C++ Syntax[C++]

HRESULT get_LogFileDirectoryType(
  FpcLogFileDirectoryType *pDirectoryType
);

HRESULT put_LogFileDirectoryType(
  FpcLogFileDirectoryType DirectoryType
);

Parameters

DirectoryType
Value from the FpcLogFileDirectoryType enumerated type, either fpcFullPath, indicating that the directory of the log files is given as a full path, or fpcRelativePath, indicating that the directory of the log files is relative to the ISA installation directory.

If the value fpcLogRelativePath is selected, the LogFileDirectoryType property is ignored.

The property is read-write.

Applies To

FPCLog