Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 with get
function get DeploymentRootDirectory () : String
Property Value
Type: 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.