SPSolution.SolutionFile Property
Returns the file associated with the solution.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property SolutionFile As SPPersistedFile
Get
'Usage
Dim instance As SPSolution
Dim value As SPPersistedFile
value = instance.SolutionFile
public SPPersistedFile SolutionFile { get; }
Property Value
Type: Microsoft.SharePoint.Administration.SPPersistedFile
An SPPersistedFileobject that represents the solution file.
Remarks
The name of the solution is set to the filename when you first add the solution to the store. If you subsequently upgrade the solution with a different file, the SolutionFile property gets updated but the Name property remains the same.