TestContext.TestLogsDir Property

Definition

Gets directory for test run result files. Typically a subdirectory of ResultsDirectory. Same as TestRunResultsDirectory. Use that property for test run result files, or TestResultsDirectory for test-specific result files instead.

public:
 virtual property System::String ^ TestLogsDir { System::String ^ get(); };
public virtual string TestLogsDir { get; }
member this.TestLogsDir : string
Public Overridable ReadOnly Property TestLogsDir As String

Property Value

Applies to