UsePerformanceMonitor Property

MySQL Connector/Net

Gets or sets a boolean value indicating if the permon hooks should be enabled.

Namespace:  MySql.Data.MySqlClient
Assembly:  MySql.Data (in MySql.Data.dll) Version: 6.2.2.0

Syntax

C#
public bool UsePerformanceMonitor { get; set; }
Visual Basic (Declaration)
Public Property UsePerformanceMonitor As Boolean
Visual C++
public:
property bool UsePerformanceMonitor {
	bool get ();
	void set (bool value);
}

See Also