TestContext.TestDeploymentDir Property

Definition

Gets directory for files deployed for the test run. Typically a subdirectory of TestRunDirectory. Same as DeploymentDirectory. Use that property instead.

public:
 virtual property System::String ^ TestDeploymentDir { System::String ^ get(); };
public virtual string TestDeploymentDir { get; }
member this.TestDeploymentDir : string
Public Overridable ReadOnly Property TestDeploymentDir As String

Property Value

Applies to