SPSolutionLanguagePack.IBackupRestore.CanSelectForRestore 属性

获取或设置一个值,该值指示是否可以为集中管理用户界面 (UI) 中执行还原操作选择的语言包。

命名空间:  Microsoft.SharePoint.Administration
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Private Property CanSelectForRestore As Boolean
    Implements IBackupRestore.CanSelectForRestore
    Get
    Set
用法
Dim instance As SPSolutionLanguagePack
Dim value As Boolean

value = CType(instance, IBackupRestore).CanSelectForRestore

CType(instance, IBackupRestore).CanSelectForRestore = value
boolIBackupRestore.CanSelectForRestore { get; set; }

属性值

类型:System.Boolean
在所有情况下的false 。

实现

IBackupRestore.CanSelectForRestore

备注

此实现总是返回false,和set访问器不执行任何操作。

此成员是显式接口成员实现。仅在SPSolutionLanguagePack实例被强制转换为IBackupRestore接口时,才可以使用它。

另请参阅

引用

SPSolutionLanguagePack 类

SPSolutionLanguagePack 成员

Microsoft.SharePoint.Administration 命名空间