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