TeamFoundationJobReportingService.NumberOfJobsToShowInChart Property

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

Syntax

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

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

TeamFoundationJobReportingService Class

Microsoft.TeamFoundation.Framework.Server Namespace