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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.