Share via


TestResultDetail.TestResult Property

Definition

Gets the test result.

public:
 property Microsoft::VisualStudio::TestTools::Common::TestResult ^ TestResult { Microsoft::VisualStudio::TestTools::Common::TestResult ^ get(); };
public Microsoft.VisualStudio.TestTools.Common.TestResult TestResult { get; }
member this.TestResult : Microsoft.VisualStudio.TestTools.Common.TestResult
Public ReadOnly Property TestResult As TestResult

Property Value

Microsoft.VisualStudio.TestTools.Common.TestResult

The test result.

Applies to