Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Usage
Dim instance As TestRunConfiguration
Dim value As String
value = instance.UserDeploymentRootDirectory
instance.UserDeploymentRootDirectory = value
public string UserDeploymentRootDirectory { get; set; }
public:
property String^ UserDeploymentRootDirectory {
String^ get ();
void set (String^ value);
}
public function get UserDeploymentRootDirectory () : String
public function set UserDeploymentRootDirectory (value : String)
Property Value
Type: System.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.