SPDiagnosticsULSProvider.ExcludedEventIDs property
A list of tag ids to skip, regardless of severity.
Namespace: Microsoft.SharePoint.Diagnostics
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property ExcludedEventIDs As IList(Of String)
Get
'Usage
Dim instance As SPDiagnosticsULSProvider
Dim value As IList(Of String)
value = instance.ExcludedEventIDs
public IList<string> ExcludedEventIDs { get; }
Property value
Type: System.Collections.Generic.IList<String>
Returns IList<T>.
See also
Reference
SPDiagnosticsULSProvider class