Condividi tramite


Proprietà TestRunConfiguration.UseDefaultDeploymentRootDirectory

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Sintassi

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

Valore proprietà

Tipo: Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TestRunConfiguration Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.Common