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