SPFeatureDefinition.SolutionId property
會取得用來部署此功能或Empty ,如果此功能已新增直接透過命令列作業,或透過物件模型之解決方案的識別碼。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property SolutionId As Guid
Get
'用途
Dim instance As SPFeatureDefinition
Dim value As Guid
value = instance.SolutionId
public Guid SolutionId { get; }
Property value
Type: System.Guid
Guid 代表方案識別碼。
備註
方案資訊清單檔案定義組成部分之方案,包括其檔案、 組件、 程式碼存取安全性、 網頁組件、 功能、 網站定義及其他資源。
請參閱
參照
Microsoft.SharePoint.Administration namespace
其他資源
解決方案架構