Freigeben über


TestRunConfiguration.UseDefaultDeploymentRootDirectory-Eigenschaft

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

Syntax

'Declaration
Public Property UseDefaultDeploymentRootDirectory As Boolean
public bool UseDefaultDeploymentRootDirectory { get; set; }
public:
property bool UseDefaultDeploymentRootDirectory {
    bool get ();
    void set (bool value);
}
member UseDefaultDeploymentRootDirectory : bool with get, set
function get UseDefaultDeploymentRootDirectory () : boolean 
function set UseDefaultDeploymentRootDirectory (value : boolean)

Eigenschaftswert

Typ: Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

TestRunConfiguration Klasse

Microsoft.VisualStudio.TestTools.Common-Namespace