SPUserSolution.SolutionId property
取得方案 id。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property SolutionId As Guid
Get
'用途
Dim instance As SPUserSolution
Dim value As Guid
value = instance.SolutionId
public Guid SolutionId { get; }
Property value
Type: System.Guid
Guid 物件,表示方案。
備註
傳回方案的方案資訊清單中所指定的識別碼。媒體櫃中的多個方案可能會有相同的方案 ID,表示它們不同版本的相同邏輯的解決方案。