Gets or sets the number of seconds to wait before the data connection times out (set to -1 to use the default value, usually 30s).
Syntax
'Declaration
Public Property CommandTimeOut As System.Integer
public System.int CommandTimeOut {get; set;}
See Also