SPDiagnosticsULSProvider.IncludedEventIDs-Eigenschaft
Eine Liste der Tag-Ids zu erfassen.
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; }
Eigenschaftswert
Typ: System.Collections.Generic.IList<String>
Gibt IList<T>zurück.
Siehe auch
Referenz
SPDiagnosticsULSProvider Klasse