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 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.