Share via


TestResult.TestResultsDirectory Property

 

Gets the absolute path of the folder on the server where this test result is stored.

Namespace:   Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

public string TestResultsDirectory { get; }
public:
property String^ TestResultsDirectory {
    String^ get();
}
member TestResultsDirectory : string with get
Public ReadOnly Property TestResultsDirectory As String

Property Value

Type: System.String

The absolute path of the folder on the server where this test result is stored.

See Also

TestResult Class
Microsoft.VisualStudio.TestTools.Common Namespace

Return to top