SPSolutionLanguagePack.ContainsBinAssembly property
Returns true, if the solution contains assemblies that are installed to the Bin.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property ContainsBinAssembly As Boolean
Get
'Usage
Dim instance As SPSolutionLanguagePack
Dim value As Boolean
value = instance.ContainsBinAssembly
public bool ContainsBinAssembly { get; }
Property value
Type: System.Boolean
true if the language pack contains an assembly to be installed in the bin; otherwise, false.