TestRun.ResultFilePath Property

Gets or sets the path of the result file.

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

TestRun Class

Microsoft.VisualStudio.TestTools.Common Namespace