SharedMemoryName Property

MySQL Connector/Net

Gets or sets the base name of the shared memory objects used to communicate with MySQL when the shared memory protocol is being used.

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

Syntax

C#
public string SharedMemoryName { get; set; }
Visual Basic (Declaration)
Public Property SharedMemoryName As String
Visual C++
public:
property String^ SharedMemoryName {
	String^ get ();
	void set (String^ value);
}

See Also