SPDiagnosticsEventLogProvider.ExcludedEvents-Eigenschaft
Eine Liste der Ereignis-Ids-Protokollierung, unabhängig von der Schweregrad überspringen.
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; }
Eigenschaftswert
Typ: System.Collections.Generic.IList<UInt16>
Gibt IList<T>zurück.
Siehe auch
Referenz
SPDiagnosticsEventLogProvider Klasse