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)
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.