共用方式為


SPSolution.CanSelectForRestore property

取得或設定是否可以還原作業的單獨選取此項目。

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

Syntax

'宣告
Public Property CanSelectForRestore As Boolean
    Get
    Set
'用途
Dim instance As SPSolution
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

請參閱

參照

SPSolution class

SPSolution members

Microsoft.SharePoint.Administration namespace