HttpRuntimeSection.ExecutionTimeout Property
.NET Framework 2.0
Gets or sets the allowed execution time for the request.
Namespace: System.Web.Configuration
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
[TypeConverterAttribute(typeof(TimeSpanSecondsConverter))] public: property TimeSpan ExecutionTimeout { TimeSpan get (); void set (TimeSpan value); }
/** @property */ public TimeSpan get_ExecutionTimeout () /** @property */ public void set_ExecutionTimeout (TimeSpan value)
public function get ExecutionTimeout () : TimeSpan public function set ExecutionTimeout (value : TimeSpan)
Not applicable.
Property Value
A TimeSpan value that indicates the allowed execution time for the request.Community Additions
ADD
Show: