SPSolutionLanguagePack.IBackupRestore.CanSelectForRestore property
取得或設定一個值,指出是否已選取管理中心使用者介面 (UI) 中的還原作業的語言套件。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
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; }
Property value
Type: System.Boolean
在所有的情況下false 。
Implements
IBackupRestore.CanSelectForRestore
備註
這項實作一律會傳回false,並set accessor 沒有任何動作。
這個成員是明確介面成員實作。只有當SPSolutionLanguagePack執行個體轉換成IBackupRestore介面時,才可以使用它。