SPSolutionLanguagePack.SolutionId property

Returns the solution id specified in the manifest file.

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

Syntax

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

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

Property value

Type: System.Guid
A GUID.

See also

Reference

SPSolutionLanguagePack class

SPSolutionLanguagePack members

Microsoft.SharePoint.Administration namespace