SPSolutionFile.Location property
取得內套件檔案的位置。
Namespace: Microsoft.SharePoint.UserCode
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property Location As String
Get
'用途
Dim instance As SPSolutionFile
Dim value As String
value = instance.Location
public string Location { get; }
Property value
Type: System.String
字串,識別內套件檔案的路徑。