ITestSummary.RunPassed Property
Gets or sets the overall status of the test run. This property is true if all tests passed, false otherwise.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Property RunPassed As Boolean
'Usage
Dim instance As ITestSummary
Dim value As Boolean
value = instance.RunPassed
instance.RunPassed = value
bool RunPassed { get; set; }
property bool RunPassed {
bool get ();
void set (bool value);
}
function get RunPassed () : boolean
function set RunPassed (value : boolean)
Property Value
Type: System.Boolean
.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.