Share via


TeamFoundationJobReportingService.ReportingWindowHours Property

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

Syntax

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

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

TeamFoundationJobReportingService Class

Microsoft.TeamFoundation.Server.Core Namespace