共用方式為


SPWebApplication.CanSelectForRestore property

取得或設定值,指定是否要還原的 Web 應用程式。

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

Syntax

'宣告
Public Property CanSelectForRestore As Boolean
    Get
    Set
'用途
Dim instance As SPWebApplication
Dim value As Boolean

value = instance.CanSelectForRestore

instance.CanSelectForRestore = value
public bool CanSelectForRestore { get; set; }

Property value

Type: System.Boolean
true 是表示 如果該 Web 應用程式可以為還原 ;否則為false。預設值為true。

Implements

IBackupRestore.CanSelectForRestore

請參閱

參照

SPWebApplication class

SPWebApplication members

Microsoft.SharePoint.Administration namespace