SPUserSolution.HasAssemblies Property
Gets a value that indicates whether the solution contains assemblies.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property HasAssemblies As Boolean
Get
'Usage
Dim instance As SPUserSolution
Dim value As Boolean
value = instance.HasAssemblies
public bool HasAssemblies { get; }
Property Value
Type: System.Boolean
true if the solution contains assemblies; otherwise, false.