Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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..