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