MySqlConnectionStringBuilder.Keepalive Property

MySQL Connector/Net

MySqlConnectionStringBuilderKeepalive Property

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

Property Value

Type: UInt32
See Also