Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DeploymentItemAttribute::OutputDirectory Property

 

Gets a value representing the path to the output directory.

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

public:
property String^ OutputDirectory {
	String^ get();
}

Property Value

Type: System::String^

A value representing the directory under the deployment directory that will contain the deployed files and directories.

Return to top
Show: