Condividi tramite


Proprietà TestRunConfiguration.IsDeploymentEnabled

Ottiene un valore booleano che indica se la distribuzione è abilitata.La funzione di accesso Set è impostata internamente.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Sintassi

'Dichiarazione
Public Property IsDeploymentEnabled As Boolean
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)

Valore proprietà

Tipo: System.Boolean
true se la distribuzione è abilitata; in caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TestRunConfiguration Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.Common