Share via


SPUserSolution.SolutionId Property

Gets the solution ID.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public ReadOnly Property SolutionId As Guid
    Get
'Usage
Dim instance As SPUserSolution
Dim value As Guid

value = instance.SolutionId
public Guid SolutionId { get; }

Property Value

Type: System.Guid
A Guid object that represents the solution.

Remarks

Returns the ID of the solution as specified in the manifest of the solution. Multiple solutions in a library may have the same solution ID, signifying that they are different versions of the same logical solution.

See Also

Reference

SPUserSolution Class

SPUserSolution Members

Microsoft.SharePoint Namespace