Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.