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
- 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.