Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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