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)
Available in Sandboxed Solutions: No

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