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)
Available in Sandboxed Solutions: No

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