TestResultData.TestsTotal Property

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

Syntax

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

Property Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

TestResultData Class

Microsoft.TeamFoundation.Build.Server.Compatibility Namespace