Freigeben über


TestRunConfiguration.UploadDeploymentItems-Eigenschaft

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

Syntax

'Declaration
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)

Eigenschaftswert

Typ: Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

TestRunConfiguration Klasse

Microsoft.VisualStudio.TestTools.Common-Namespace