SPSolutionLanguagePack.ContainsWebApplicationResource Property
Gets a value indicating whether the language pack contains any web application-specific resources to deploy.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property ContainsWebApplicationResource As Boolean
Get
'Usage
Dim instance As SPSolutionLanguagePack
Dim value As Boolean
value = instance.ContainsWebApplicationResource
public bool ContainsWebApplicationResource { get; }
Property Value
Type: System.Boolean
true if the language pack has web application-specific resources to deploy; otherwise, false.