SPDiagnosticsEventLogProvider.IncludedEvents property
若要永遠記錄,不論嚴重性事件的清單。
Namespace: Microsoft.SharePoint.Diagnostics
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property IncludedEvents As IList(Of UShort)
Get
'用途
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>
會傳回IList<T>。
請參閱
參照
SPDiagnosticsEventLogProvider class