SPJobDefinition.VerboseTracingEnabled property

Gets and sets a Boolean value that indicates whether verbose tracing is enabled.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property VerboseTracingEnabled As Boolean
    Get
    Set
'Usage
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 if verbose tracing is enabled; otherwise false.

See also

Reference

SPJobDefinition class

SPJobDefinition members

Microsoft.SharePoint.Administration namespace