Timeout Property
Summary
This property specifies how long to wait after issuing a command before timing out.
Syntax
public int Timeout { get; set; }
Public Property Timeout As Integer
public:
property int Timeout {
int get();
void set ( int );
}
Property Value
How long to wait after a command is issued before timing out, in seconds.