SPSolution.Name property
會傳回解決方案的名稱。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property Name As String
Get
'用途
Dim instance As SPSolution
Dim value As String
value = instance.Name
public string Name { get; }
Property value
Type: System.String
包含解決方案名稱string 。
備註
先將方案新增至存放區時,會解決方案的名稱設為檔案名稱。如果後續升級解決方案使用不同的檔案, SolutionFile屬性取得更新,但Name屬性維持不變。