SPSolution.ContainsGlobalAssembly Property
Returns a value indicating whether the solution contains an assembly that is installed in the global assembly cache.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property ContainsGlobalAssembly As Boolean
Get
'Usage
Dim instance As SPSolution
Dim value As Boolean
value = instance.ContainsGlobalAssembly
public bool ContainsGlobalAssembly { get; }
Property Value
Type: System.Boolean
true if the solution assembly is installed in the global assembly cache; otherwise, false.