MachinePoolStatistics.TotalUpDuration Property

Namespace:  Microsoft.TeamFoundation.Build.Hosted.Server
Assembly:  Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)

Syntax

'Declaration
Public Property TotalUpDuration As TimeSpan
public TimeSpan TotalUpDuration { get; internal set; }
public:
property TimeSpan TotalUpDuration {
    TimeSpan get ();
    internal: void set (TimeSpan value);
}
member TotalUpDuration : TimeSpan with get, internal set
function get TotalUpDuration () : TimeSpan 
internal function set TotalUpDuration (value : TimeSpan)

Property Value

Type: System.TimeSpan
Returns TimeSpan.

.NET Framework Security

See Also

Reference

MachinePoolStatistics Class

Microsoft.TeamFoundation.Build.Hosted.Server Namespace