TestRunConfiguration.DeploymentRootDirectory Property
Gets or sets the general deployment root directory.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public ReadOnly Property DeploymentRootDirectory As String
public string DeploymentRootDirectory { get; }
public:
property String^ DeploymentRootDirectory {
String^ get ();
}
member DeploymentRootDirectory : string
function get DeploymentRootDirectory () : String
Property Value
Type: System.String
The deployment root directory.
Remarks
This is either the default directory or the UserDeploymentRootDirectory that is set by the user.
.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.