SPDiagnosticsEventLogProvider.IncludedEvents property
A list of events to always log, regardless of Severity.
Namespace: Microsoft.SharePoint.Diagnostics
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property IncludedEvents As IList(Of UShort)
Get
'Usage
Dim instance As SPDiagnosticsEventLogProvider
Dim value As IList(Of UShort)
value = instance.IncludedEvents
public IList<ushort> IncludedEvents { get; }
Property value
Type: System.Collections.Generic.IList<UInt16>
Returns IList<T>.
See also
Reference
SPDiagnosticsEventLogProvider class