Share via


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)
Available in Sandboxed Solutions: No

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