Share via


TestResultData.TestsFailed Property

Namespace:  Microsoft.TeamFoundation.Build.Server.Compatibility
Assembly:  Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)

Syntax

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

Property Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

TestResultData Class

Microsoft.TeamFoundation.Build.Server.Compatibility Namespace