ToolTask.Timeout Property

Gets or sets the amount of time after which the task executable is terminated.

MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.

Namespace:  Microsoft.Build.Utilities
Assembly:  Microsoft.Build.Utilities.Core (in Microsoft.Build.Utilities.Core.dll)

Syntax

'Declaration
Public Overridable Property Timeout As Integer
public virtual int Timeout { get; set; }
public:
virtual property int Timeout {
    int get ();
    void set (int value);
}
abstract Timeout : int with get, set 
override Timeout : int with get, set
function get Timeout () : int 
function set Timeout (value : int)

Property Value

Type: System.Int32
The time-out length, in milliseconds.

.NET Framework Security

See Also

Reference

ToolTask Class

Microsoft.Build.Utilities Namespace