共用方式為


SPSolutionValidator.CanSelectForBackupRestore property

會決定是否此物件可單獨的備份/還原作業。

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

Syntax

'宣告
Protected Overrides ReadOnly Property CanSelectForBackupRestore As Boolean
    Get
'用途
Dim value As Boolean

value = Me.CanSelectForBackupRestore
protected override bool CanSelectForBackupRestore { get; }

Property value

Type: System.Boolean
True 表示可以選取物件,false 表示無法選取物件。

請參閱

參照

SPSolutionValidator class

SPSolutionValidator members

Microsoft.SharePoint.UserCode namespace