Share via


TestRunConfiguration.RunDeploymentInDirectory Property

Gets the directory that receives deployed files from the test controller.

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

Syntax

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

Property Value

Type: System.String
The directory that contains the deployed files.

.NET Framework Security

See Also

Reference

TestRunConfiguration Class

Microsoft.VisualStudio.TestTools.Common Namespace