Freigeben über


SPSolution.ContainsGlobalAssembly-Eigenschaft

Gibt einen Wert zurück, der angibt, ob die Lösung eine Assembly enthält, die im globalen Assemblycache installiert ist.

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

Syntax

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

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

Eigenschaftswert

Typ: System.Boolean
true , wenn die Lösungsassembly im globalen Assemblycache installiert ist; andernfalls false.

Siehe auch

Referenz

SPSolution Klasse

SPSolution-Member

Microsoft.SharePoint.Administration-Namespace