SPJobDefinition.CanSelectForRestore 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 Property CanSelectForRestore As Boolean
Get
Set
'Usage
Dim instance As SPJobDefinition
Dim value As Boolean
value = instance.CanSelectForRestore
instance.CanSelectForRestore = value
public bool CanSelectForRestore { get; set; }
Property value
Type: System.Boolean
true if the object can be selected for restoring; otherwise false.
Implements
IBackupRestore.CanSelectForRestore