Partilhar via


Propriedade TestRunConfiguration.UploadDeploymentItems

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

Sintaxe

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

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

TestRunConfiguration Classe

Namespace Microsoft.VisualStudio.TestTools.Common