TestExecutionSettings.MaxTestRunsPerSolution Property

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

Syntax

声明
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