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: System.Boolean
true if the test results have been auto-saved; otherwise, false.

.NET Framework Security

See Also

Reference

TestRun Class

Microsoft.VisualStudio.TestTools.Common Namespace