SPJobDefinition.CanSelectForRestore property
取得並設定 Boolean 值,指出是否已選取備份此物件。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property CanSelectForRestore As Boolean
Get
Set
'用途
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如果可以用來還原 ; 選取的物件否則false。
Implements
IBackupRestore.CanSelectForRestore