Compartilhar via


Propriedade TestRunConfiguration.IsDeploymentEnabled

Obtém um valor Boolean que indica se a implantação está ativada. Set o acessador é definido como interno.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (em Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.Boolean
true Se a implantação estiver habilitada; Caso contrário, false.

Segurança do .NET Framework

Consulte também

Referência

TestRunConfiguration Classe

Namespace Microsoft.VisualStudio.TestTools.Common