SPDiagnosticsService.EventLogFloodProtectionThreshold property
Gets or sets the number of events permitted in the specified EventLogFloodProtectionTriggerPeriod timeframe until this event is considered to be flooding the log.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property EventLogFloodProtectionThreshold As Integer
Get
Set
'Usage
Dim instance As SPDiagnosticsService
Dim value As Integer
value = instance.EventLogFloodProtectionThreshold
instance.EventLogFloodProtectionThreshold = value
public int EventLogFloodProtectionThreshold { get; set; }
Property value
Type: System.Int32
The threshold.