Share via


TestRunConfiguration.UserDeploymentRootDirectory Property

Gets or sets the deployment root directory that will be used when UseDefaultDeploymentRootDirectory is false.

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

Syntax

'Declaration
Public Property UserDeploymentRootDirectory As String
public string UserDeploymentRootDirectory { get; set; }
public:
property String^ UserDeploymentRootDirectory {
    String^ get ();
    void set (String^ value);
}
member UserDeploymentRootDirectory : string with get, set
function get UserDeploymentRootDirectory () : String
function set UserDeploymentRootDirectory (value : String)

Property Value

Type: System.String
The deployment root directory.

.NET Framework Security

See Also

Reference

TestRunConfiguration Class

Microsoft.VisualStudio.TestTools.Common Namespace