Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.