SPJobDefinition.CanSelectForBackup property
Gets and sets a Boolean value that indicates whether this object can be selected for backup.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overridable Property CanSelectForBackup As Boolean
Get
Set
'Usage
Dim instance As SPJobDefinition
Dim value As Boolean
value = instance.CanSelectForBackup
instance.CanSelectForBackup = value
public virtual bool CanSelectForBackup { get; set; }
Property value
Type: System.Boolean
true if the object can be selected for restoring; otherwise false.
Implements
IBackupRestore.CanSelectForBackup