Compartilhar via


SPDiagnosticsEventLogProvider.IncludedEvents property

Uma lista de eventos a serem registrados sempre, independentemente da gravidade.

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

Syntax

'Declaração
Public ReadOnly Property IncludedEvents As IList(Of UShort)
    Get
'Uso
Dim instance As SPDiagnosticsEventLogProvider
Dim value As IList(Of UShort)

value = instance.IncludedEvents
public IList<ushort> IncludedEvents { get; }

Property value

Type: System.Collections.Generic.IList<UInt16>
Retorna IList<T>.

Ver também

Referência

SPDiagnosticsEventLogProvider class

SPDiagnosticsEventLogProvider members

Microsoft.SharePoint.Diagnostics namespace