Share via


SPSolutionLanguagePack.IsWebPartPackage Property

Returns a value indicating whether it is a Web Part language pack.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

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

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

Property Value

Type: System.Boolean
true if it is a Web Part language pack; otherwise, false.

See Also

Reference

SPSolutionLanguagePack Class

SPSolutionLanguagePack Members

Microsoft.SharePoint.Administration Namespace