RunResultAndStatistics.ResultFiles Property

Definition

Gets a sorted list of the paths of result files that are generated by the associated test run.

public:
 property System::Collections::Generic::IList<System::String ^> ^ ResultFiles { System::Collections::Generic::IList<System::String ^> ^ get(); };
public System.Collections.Generic.IList<string> ResultFiles { get; }
member this.ResultFiles : System.Collections.Generic.IList<string>
Public ReadOnly Property ResultFiles As IList(Of String)

Property Value

A sorted list of the paths of result files that are generated by the associated test run.

Applies to