TestRunConfiguration.IsDeploymentEnabled (Propiedad)

Obtiene un valor booleano que indica si la implementación está habilitada.El descriptor de acceso Set está establecido como interno.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.Common
Ensamblado:  Microsoft.VisualStudio.QualityTools.Common (en Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.Boolean
true si la implementación está habilitada; en caso contrario, false.

Seguridad de .NET Framework

Vea también

Referencia

TestRunConfiguration Clase

Microsoft.VisualStudio.TestTools.Common (Espacio de nombres)