TeamFoundationJobReportingResultsOverTime.SucceededCount Property

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

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

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

TeamFoundationJobReportingResultsOverTime Class

Microsoft.TeamFoundation.Framework.Server Namespace