SPSolutionLanguagePack.IBackupRestore.CanRenameOnRestore 属性

获取一个值,该值指示它恢复时,是否可以重命名该语言包。

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

语法

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

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

属性值

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

实现

IBackupRestore.CanRenameOnRestore

备注

此实现总是返回false。

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

另请参阅

引用

SPSolutionLanguagePack 类

SPSolutionLanguagePack 成员

Microsoft.SharePoint.Administration 命名空间