SPSolution.Added property

Gets a value specifying whether a language-neutral solution package has been added to this solution.

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

Syntax

'Declaration
Public ReadOnly Property Added As Boolean
    Get
'Usage
Dim instance As SPSolution
Dim value As Boolean

value = instance.Added
public bool Added { get; }

Property value

Type: System.Boolean
true if a language-neutral solution package has been added to this solution; otherwise, false.

See also

Reference

SPSolution class

SPSolution members

Microsoft.SharePoint.Administration namespace