SPDiagnosticsService.EventLogFloodProtectionQuietPeriod property

Gets or sets the interval, in minutes, without a specific event being logged before the flooding mode for that event will be canceled.

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

Syntax

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

value = instance.EventLogFloodProtectionQuietPeriod

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

Property value

Type: System.Int32
The interval, in minutes.

See also

Reference

SPDiagnosticsService class

SPDiagnosticsService members

Microsoft.SharePoint.Administration namespace