SPJobDefinition.VerboseTracingEnabled 属性
获取或设置一个布尔值,该值指示是否启用详细跟踪。
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Property VerboseTracingEnabled As Boolean
Get
Set
用法
Dim instance As SPJobDefinition
Dim value As Boolean
value = instance.VerboseTracingEnabled
instance.VerboseTracingEnabled = value
public bool VerboseTracingEnabled { get; set; }
属性值
类型:System.Boolean
true如果启用详细跟踪 ;否则为false。