SPFeatureDefinition.SolutionId property

Gets the identifier of the solution used to deploy this Feature, or Empty if the Feature was added directly through a command-line operation or through the object model.

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

Syntax

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

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

Property value

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

Remarks

A solution manifest file defines the constituent parts of a solution, including its files, assemblies, code access security, Web Parts, Features, site definitions, and other resources.

See also

Reference

SPFeatureDefinition class

SPFeatureDefinition members

Microsoft.SharePoint.Administration namespace

Other resources

Solution Schema