SPSolutionLanguagePack.IBackupRestore.CanRenameOnRestore property
取得一個值,指出已還原時,是否可以重新命名的語言套件。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
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; }
Property value
Type: System.Boolean
在所有的情況下false 。
Implements
IBackupRestore.CanRenameOnRestore
備註
這項實作一律會傳回false。
這個成員是明確介面成員實作。只有當SPSolutionLanguagePack執行個體轉換成IBackupRestore介面時,才可以使用它。