MySqlConnectionStringBuilder.ConnectionTimeout Property

MySQL Connector/Net

MySqlConnectionStringBuilderConnectionTimeout Property
Gets or sets the connection timeout.

Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9
Syntax
public uint ConnectionTimeout { get; set; }
Public Property ConnectionTimeout As UInteger
	Get
	Set
public:
property unsigned int ConnectionTimeout {
	unsigned int get ();
	void set (unsigned int value);
}
member ConnectionTimeout : uint32 with get, set

Property Value

Type: UInt32
See Also