Share via


SPDiagnosticsService.EventLogFloodProtectionNotifyInterval property

Gets or sets the interval, in minutes, when a notification that was suppressed by flooding of the log will be fired, even if the flooding continues.

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

Syntax

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

value = instance.EventLogFloodProtectionNotifyInterval

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

Property value

Type: System.Int32
The interval, in minutes..

See also

Reference

SPDiagnosticsService class

SPDiagnosticsService members

Microsoft.SharePoint.Administration namespace