TestRunConfiguration.UserDeploymentRootDirectory Property
Gets or sets the deployment root directory that will be used when UseDefaultDeploymentRootDirectory is false.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Property UserDeploymentRootDirectory As String
public string UserDeploymentRootDirectory { get; set; }
public:
property String^ UserDeploymentRootDirectory {
String^ get ();
void set (String^ value);
}
member UserDeploymentRootDirectory : string with get, set
function get UserDeploymentRootDirectory () : String
function set UserDeploymentRootDirectory (value : String)
Property Value
Type: String
The deployment root directory.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.