SPJobDefinition.EnableBackup property

Gets a Boolean value that indicates whether the job can be involved in the backup/restore process.

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

Syntax

'Declaration
Public Overridable ReadOnly Property EnableBackup As Boolean
    Get
'Usage
Dim instance As SPJobDefinition
Dim value As Boolean

value = instance.EnableBackup
public virtual bool EnableBackup { get; }

Property value

Type: System.Boolean
false unless implemented otherwise.

See also

Reference

SPJobDefinition class

SPJobDefinition members

Microsoft.SharePoint.Administration namespace