SPSolution.ContainsWebApplicationResource property

Gets a value indicating whether the solution 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 SPSolution
Dim value As Boolean

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

Property value

Type: System.Boolean
true if the web application has web application-specific resources to deploy; otherwise, false.

See also

Reference

SPSolution class

SPSolution members

Microsoft.SharePoint.Administration namespace