SPWebApplication.CanSelectForRestore 属性
获取或设置一个值,指定是否可以还原 Web 应用程序。
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
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; }
属性值
类型:System.Boolean
true 如果该 Web 应用程序可以被还原。否则为假。默认值是true。
实现
IBackupRestore.CanSelectForRestore