SPJobDefinition.VerboseTracingEnabled property
Obtém e define um valor booleano que indica se o rastreamento detalhado está habilitado.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Property VerboseTracingEnabled As Boolean
Get
Set
'Uso
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 se o rastreamento detalhado estiver habilitado; Caso contrário, false.