BuildMachineProcessRecycleEventArgs.IdleTimeout Property
Namespace: Microsoft.TeamFoundation.Build.Hosting
Assembly: Microsoft.TeamFoundation.Build.Config (in Microsoft.TeamFoundation.Build.Config.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property IdleTimeout As TimeSpan
[DataMemberAttribute]
public TimeSpan IdleTimeout { get; internal set; }
[DataMemberAttribute]
public:
property TimeSpan IdleTimeout {
TimeSpan get ();
internal: void set (TimeSpan value);
}
[<DataMemberAttribute>]
member IdleTimeout : TimeSpan with get, internal set
function get IdleTimeout () : TimeSpan
internal function set IdleTimeout (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.