Share via


SPDiagnosticsULSProvider.IncludedEventIDs property

A list of tag ids to collect.

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

Syntax

'Declaration
Public ReadOnly Property IncludedEventIDs As IList(Of String)
    Get
'Usage
Dim instance As SPDiagnosticsULSProvider
Dim value As IList(Of String)

value = instance.IncludedEventIDs
public IList<string> IncludedEventIDs { get; }

Property value

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

See also

Reference

SPDiagnosticsULSProvider class

SPDiagnosticsULSProvider members

Microsoft.SharePoint.Diagnostics namespace