SPUserSolution.HasAssemblies property
Gets a value that indicates whether the solution contains assemblies.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
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.