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.