SPSolution.DeploymentState - Propriété

Obtient une valeur indiquant si la solution a été déployée et dans l'affirmative, s'il possède les assemblys installés dans le global assembly cache, dans le répertoire bin de l'application, ou les deux.

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

Syntaxe

'Déclaration
Public ReadOnly Property DeploymentState As SPSolutionDeploymentState
    Get
'Utilisation
Dim instance As SPSolution
Dim value As SPSolutionDeploymentState

value = instance.DeploymentState
public SPSolutionDeploymentState DeploymentState { get; }

Valeur de propriété

Type : Microsoft.SharePoint.Administration.SPSolutionDeploymentState
Une valeur SPSolutionDeploymentState .

Voir aussi

Référence

SPSolution classe

SPSolution - Membres

Microsoft.SharePoint.Administration - Espace de noms