SPJobDefinition.VerboseTracingEnabled property
取得並設定 Boolean 值,指出是否啟用詳細資訊追蹤。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
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; }
Property value
Type: System.Boolean
true如果已啟用詳細資訊追蹤 ;否則false。