Freigeben über


SPSolutionLanguagePack.ContainsGlobalAssembly-Eigenschaft

Gibt einen Wert zurück, der angibt, ob das Sprachpaket für eine Assembly im GAC installiert werden enthält.

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; }

Eigenschaftswert

Typ: System.Boolean
true enthält das Language Pack eine Assembly im globalen Assemblycache installiert werden soll; andernfalls false.

Siehe auch

Referenz

SPSolutionLanguagePack Klasse

SPSolutionLanguagePack-Member

Microsoft.SharePoint.Administration-Namespace