TestRun.Result Property

Definition

Gets the test result that is used that contains the run level results.

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

Property Value

The test result that contains the run level results.

Applies to