TestExecutionSettings.MaxTestRunsPerSolution Property
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
- 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.