Share via


TestRunConfiguration.DeploymentRootDirectory Property

Gets or sets the general deployment root directory.

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

Syntax

'Declaration
Public ReadOnly Property DeploymentRootDirectory As String
public string DeploymentRootDirectory { get; }
public:
property String^ DeploymentRootDirectory {
    String^ get ();
}
member DeploymentRootDirectory : string
function get DeploymentRootDirectory () : String

Property Value

Type: System.String
The deployment root directory.

Remarks

This is either the default directory or the UserDeploymentRootDirectory that is set by the user.

.NET Framework Security

See Also

Reference

TestRunConfiguration Class

Microsoft.VisualStudio.TestTools.Common Namespace