SPSolution.IsWebPartPackage property

Gets a value indicating whether the solution represents a Web Part package. Do not use. The concept of a "Web Part package" is obsolete.

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

Syntax

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

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

Property value

Type: System.Boolean
true if the solution represents a web part package; otherwise, false.

Remarks

Note

Do not use. The concept of a "Web Part package" is obsolete.

See also

Reference

SPSolution class

SPSolution members

Microsoft.SharePoint.Administration namespace