0 out of 1 rated this helpful - Rate this topic

DeploymentItemAttribute.OutputDirectory Property

Gets a value representing the path to the output directory.

Namespace: Microsoft.VisualStudio.TestTools.UnitTesting
Assembly: Microsoft.VisualStudio.QualityTools.UnitTestFramework (in microsoft.visualstudio.qualitytools.unittestframework.dll)

public string OutputDirectory { get; }
/** @property */
public String get_OutputDirectory ()

public function get OutputDirectory () : String

Property Value

A value representing the directory under the deployment directory that will contain the deployed files and directories.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.