Share via


SPUserSolution.Name property

Gets the file name of the solution.

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

Syntax

'Declaration
Public ReadOnly Property Name As String
    Get
'Usage
Dim instance As SPUserSolution
Dim value As String

value = instance.Name
public string Name { get; }

Property value

Type: System.String
Returns a String representing the file name and extension of the solution file, such as My Solution.wsp.

See also

Reference

SPUserSolution class

SPUserSolution members

Microsoft.SharePoint namespace