MachinePoolStatistics.TotalIdleDuration Property
Namespace: Microsoft.TeamFoundation.Build.Hosted.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
Public Property TotalIdleDuration As TimeSpan
public TimeSpan TotalIdleDuration { get; internal set; }
public:
property TimeSpan TotalIdleDuration {
TimeSpan get ();
internal: void set (TimeSpan value);
}
member TotalIdleDuration : TimeSpan with get, internal set
function get TotalIdleDuration () : TimeSpan
internal function set TotalIdleDuration (value : TimeSpan)
Property Value
Type: System.TimeSpan
Returns TimeSpan.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.