RunResultAndStatistics.ResultsDirectory Property
Gets the path of the directory where the files that are generated by the associated test run are stored.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public ReadOnly Property ResultsDirectory As String
public string ResultsDirectory { get; }
public:
property String^ ResultsDirectory {
String^ get ();
}
member ResultsDirectory : string with get
function get ResultsDirectory () : String
Property Value
Type: String
The path of the directory where the files that are generated by the associated test run are stored.
.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.