InterceptorConfigurationElement.Type Property

MySQL Connector/Net

InterceptorConfigurationElementType Property

Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9
Syntax
public string Type { get; set; }
Public Property Type As String
	Get
	Set
public:
property String^ Type {
	String^ get ();
	void set (String^ value);
}
member Type : string with get, set

Property Value

Type: String
See Also