The configured command timeout, in seconds.

Namespace:  Mindscape.LightSpeed.Configuration
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
[ConfigurationPropertyAttribute("commandTimeout")]
public Nullable<int> CommandTimeout { get; }
Visual Basic (Declaration)
<ConfigurationPropertyAttribute("commandTimeout")> _
Public ReadOnly Property CommandTimeout As Nullable(Of Integer)

See Also