TeamFoundationJobReportingResultsOverTime.KilledCount Property

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

Syntax

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

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

TeamFoundationJobReportingResultsOverTime Class

Microsoft.TeamFoundation.Framework.Server Namespace