共用方式為


SPUserSolution.Name property

取得方案的檔名。

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public ReadOnly Property Name As String
    Get
'用途
Dim instance As SPUserSolution
Dim value As String

value = instance.Name
public string Name { get; }

Property value

Type: System.String
傳回代表的檔案名稱和副檔名的方案檔,例如My Solution.wspString

請參閱

參照

SPUserSolution class

SPUserSolution members

Microsoft.SharePoint namespace