SPSolutionLanguagePack.ContainsGlobalAssembly property

Returns a value indicating whether the language pack contains an assembly to be installed in the GAC.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property ContainsGlobalAssembly As Boolean
    Get
'Usage
Dim instance As SPSolutionLanguagePack
Dim value As Boolean

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

Property value

Type: System.Boolean
true if the language pack contains an assembly to be installed in the global assembly cache; otherwise, false.

See also

Reference

SPSolutionLanguagePack class

SPSolutionLanguagePack members

Microsoft.SharePoint.Administration namespace