TestExecutionSettings.MaxTestRunsPerSolution Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.VisualStudio.TestTools.Vsip
Assembly:  Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)

Syntax

'Declaration
Public Property MaxTestRunsPerSolution As Integer
public int MaxTestRunsPerSolution { get; set; }
public:
property int MaxTestRunsPerSolution {
    int get ();
    void set (int value);
}
member MaxTestRunsPerSolution : int with get, set
function get MaxTestRunsPerSolution () : int 
function set MaxTestRunsPerSolution (value : int)

Property Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

TestExecutionSettings Class

Microsoft.VisualStudio.TestTools.Vsip Namespace