Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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: 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.