Microsoft Internet Security and Acceleration Server 2000

FPCLog.LogFilePeriod Property

Gets or sets the period of time before starting a new log text file.

VBScript Syntax[VBScript]

FPCLog.LogFilePeriod [ = Period ]

C++ Syntax[C++]

HRESULT get_LogFilePeriod(
  FpcLogPeriod *pPeriod
);

HRESULT put_LogFilePeriod(
  FpcLogPeriod Period
);

Parameters

Period
Value from the FpcLogPeriod enumerated type.

The property is read-write.

Applies To

FPCLog