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