Share via


MachinePool.MinRunDuration Property

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

Syntax

'Declaration
Public Property MinRunDuration As Long
public long MinRunDuration { get; set; }
public:
property long long MinRunDuration {
    long long get ();
    void set (long long value);
}
member MinRunDuration : int64 with get, set
function get MinRunDuration () : long 
function set MinRunDuration (value : long)

Property Value

Type: System.Int64

.NET Framework Security

See Also

Reference

MachinePool Class

Microsoft.TeamFoundation.Build.Hosted.Server Namespace