Partager via


TestRunConfiguration.IsDeploymentEnabled, propriété

Obtient une valeur booléenne qui indique si le déploiement est activé. L'accesseur Set est défini sur interne.

Espace de noms :  Microsoft.VisualStudio.TestTools.Common
Assembly :  Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

'Déclaration
Public Property IsDeploymentEnabled As Boolean
    Get
    Friend Set
public bool IsDeploymentEnabled { get; internal set; }
public:
property bool IsDeploymentEnabled {
    bool get ();
    internal: void set (bool value);
}
member IsDeploymentEnabled : bool with get, internal set
function get IsDeploymentEnabled () : boolean
internal function set IsDeploymentEnabled (value : boolean)

Valeur de propriété

Type : System.Boolean
true si le déploiement est activé ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

TestRunConfiguration Classe

Microsoft.VisualStudio.TestTools.Common, espace de noms