Share via


SPDiagnosticsService.EventLogFloodProtectionTriggerPeriod property

Gets or sets the timeframe, in minutes, in which the threshold, EventLogFloodProtectionThreshold, must be exceeded in order to trigger log flooding mode.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property EventLogFloodProtectionTriggerPeriod As Integer
    Get
    Set
'Usage
Dim instance As SPDiagnosticsService
Dim value As Integer

value = instance.EventLogFloodProtectionTriggerPeriod

instance.EventLogFloodProtectionTriggerPeriod = value
public int EventLogFloodProtectionTriggerPeriod { get; set; }

Property value

Type: System.Int32
The timeframe.

See also

Reference

SPDiagnosticsService class

SPDiagnosticsService members

Microsoft.SharePoint.Administration namespace