TestRunConfiguration.UploadDeploymentItems (Propiedad)

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

Sintaxis

'Declaración
Public Property UploadDeploymentItems As Boolean
public bool UploadDeploymentItems { get; set; }
public:
property bool UploadDeploymentItems {
    bool get ();
    void set (bool value);
}
member UploadDeploymentItems : bool with get, set
function get UploadDeploymentItems () : boolean
function set UploadDeploymentItems (value : boolean)

Valor de propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

TestRunConfiguration Clase

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