Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.