SPSolution.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 SPSolution
Dim value As String
value = CType(instance, IBackupRestore).Name
CType(instance, IBackupRestore).Name = value
stringIBackupRestore.Name { get; set; }
Property value
Type: System.String
會傳回解決方案的名稱。
Implements
備註
解決方案的名稱設為檔案名稱中,當您先將它加入方案存放區。如果您升級的解決方案使用不同的檔案,這個屬性保持不變。