TestToolsTask.Timeout Property
Namespace: Microsoft.TeamFoundation.Build.Tasks
Assembly: Microsoft.TeamFoundation.Build.ProcessComponents (in Microsoft.TeamFoundation.Build.ProcessComponents.dll)
Syntax
'Декларация
Public Property Timeout As Integer
Get
Set
public int Timeout { get; set; }
public:
property int Timeout {
int get ();
void set (int value);
}
member Timeout : int with get, set
function get Timeout () : int
function set Timeout (value : int)
Property Value
Type: System.Int32
.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.