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
function get ResultsDirectory () : String

Property Value

Type: System.String
The path of the directory where the files that are generated by the associated test run are stored.

.NET Framework Security

See Also

Reference

RunResultAndStatistics Class

Microsoft.VisualStudio.TestTools.Common Namespace

ResultFiles