Share via


SPDiagnosticsEventLogProvider.ExcludedEvents property

A list of event ids to skip logging, regardless of Severity.

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

Syntax

'Declaration
Public ReadOnly Property ExcludedEvents As IList(Of UShort)
    Get
'Usage
Dim instance As SPDiagnosticsEventLogProvider
Dim value As IList(Of UShort)

value = instance.ExcludedEvents
public IList<ushort> ExcludedEvents { get; }

Property value

Type: System.Collections.Generic.IList<UInt16>
Returns IList<T>.

See also

Reference

SPDiagnosticsEventLogProvider class

SPDiagnosticsEventLogProvider members

Microsoft.SharePoint.Diagnostics namespace