Share via


TestRunConfiguration.RunDeploymentOutDirectory Property

Gets the directory that contains files to deploy to the test controller.

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

Syntax

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

Property Value

Type: System.String
The directory that contains the files to deploy.

.NET Framework Security

See Also

Reference

TestRunConfiguration Class

Microsoft.VisualStudio.TestTools.Common Namespace