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)
Available in Sandboxed Solutions: No

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