TestRun.AutoSaveResults Property
Gets or sets a Boolean value that indicates whether the test results have been auto-saved.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Property AutoSaveResults As Boolean
public bool AutoSaveResults { get; set; }
public:
property bool AutoSaveResults {
bool get ();
void set (bool value);
}
member AutoSaveResults : bool with get, set
function get AutoSaveResults () : boolean
function set AutoSaveResults (value : boolean)
Property Value
Type: Boolean
true if the test results have been auto-saved; otherwise, false.
.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.