IFPCLogSummaryConfiguration::KeepOldDailySummaries property

Applies to: desktop apps only

The KeepOldDailySummaries property gets or sets the number of old daily log summaries that are stored.

This property is read/write.

Syntax

HRESULT put_KeepOldDailySummaries(
  long lKeepOldDailySummaries
);

HRESULT get_KeepOldDailySummaries(
  long *plKeepOldDailySummaries
);
' Data type: Long

Property KeepOldDailySummaries( _
  ByVal lKeepOldDailySummaries As long, _
  ByVal plKeepOldDailySummaries As long _
) As Long

Property value

A 32-bit integer that specifies the number of old daily log summaries that are stored.

Error codes

These property methods return S_OK if the call is successful; otherwise, they return an error code.

Remarks

This property is read/write. Its default value is 35 (by default, 35 daily log summaries are stored), and its value must be equal to or greater than the default value.

Requirements

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only)

Version

Forefront Threat Management Gateway (TMG) 2010

IDL

Msfpccom.idl

DLL

Msfpccom.dll

See also

FPCDailysumConfig

 

 

Build date: 7/12/2010