SPDiagnosticsULSProvider.ExcludedEventIDs - Propriété
Une liste des ID de balise à ignorer, quelle que soit la gravité.
Espace de noms : Microsoft.SharePoint.Diagnostics
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public ReadOnly Property ExcludedEventIDs As IList(Of String)
Get
'Utilisation
Dim instance As SPDiagnosticsULSProvider
Dim value As IList(Of String)
value = instance.ExcludedEventIDs
public IList<string> ExcludedEventIDs { get; }
Valeur de propriété
Type : System.Collections.Generic.IList<String>
Cette propriété renvoie IList<T>.
Voir aussi
Référence
SPDiagnosticsULSProvider classe