SPSolution.ContainsGlobalAssembly - Propriété

Retourne une valeur indiquant si la solution contient un assembly qui est installé dans le global assembly cache.

Espace de noms :  Microsoft.SharePoint.Administration
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ContainsGlobalAssembly As Boolean
    Get
'Utilisation
Dim instance As SPSolution
Dim value As Boolean

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

Valeur de propriété

Type : System.Boolean
true si l'assembly de solution est installé dans le global assembly cache ; dans le cas contraire, false.

Voir aussi

Référence

SPSolution classe

SPSolution - Membres

Microsoft.SharePoint.Administration - Espace de noms