Share via


TestRun.ResultFileName Property

Gets or sets the file name of the result file.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
Public Property ResultFileName As String
public string ResultFileName { get; set; }
public:
property String^ ResultFileName {
    String^ get ();
    void set (String^ value);
}
member ResultFileName : string with get, set
function get ResultFileName () : String
function set ResultFileName (value : String)

Property Value

Type: System.String
The file name of the result file.

Remarks

The file name must not contain the directory path. This is used by mstest.exe/resultsFile switch.

.NET Framework Security

See Also

Reference

TestRun Class

Microsoft.VisualStudio.TestTools.Common Namespace