SPDiagnosticsULSProvider.ExcludedEventIDs 属性
要跳过,而不考虑严重性的标记 id 的列表。
命名空间: Microsoft.SharePoint.Diagnostics
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public ReadOnly Property ExcludedEventIDs As IList(Of String)
Get
用法
Dim instance As SPDiagnosticsULSProvider
Dim value As IList(Of String)
value = instance.ExcludedEventIDs
public IList<string> ExcludedEventIDs { get; }
属性值
类型:System.Collections.Generic.IList<String>
返回IList<T>。