TestContext.TestLogsDir Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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