MaxRunTime Property (ScriptExecutionTask)
In This Topic
The maximum time (in seconds) this task is allowed to run
Syntax
'Declaration
Public Property MaxRunTime As Integer
public int MaxRunTime {get; set;}
public:
property int MaxRunTime {
int get();
void set ( int value);
}
See Also