Share via


SPUserSolution.SolutionId property

Gets the solution ID.

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

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