SPSolutionLanguagePack.IBackupRestore.Name property
取得並設定的語言套件的名稱。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Private Property Name As String Implements IBackupRestore.Name
Get
Set
'用途
Dim instance As SPSolutionLanguagePack
Dim value As String
value = CType(instance, IBackupRestore).Name
CType(instance, IBackupRestore).Name = value
stringIBackupRestore.Name { get; set; }
Property value
Type: System.String
語言套件的名稱。
Implements
備註
Name屬性做為使用者介面 (UI) 中的語言套件的stsadm.exe、 UI 管理中心的應用程式、 SharePoint Management Shell指令程式 UI 及使用者介面的任何自訂的備份及還原應用程式的名稱。
這項實作一律會傳回 string 值,並set accessor 沒有任何動作。
這個成員是明確介面成員實作。只有當SPSolutionLanguagePack執行個體轉換成IBackupRestore介面時,才可以使用它。