TeamFoundationJobReportingJobCountsAndRunTime.Count Property

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

Syntax

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

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

TeamFoundationJobReportingJobCountsAndRunTime Class

Microsoft.TeamFoundation.Framework.Server Namespace