Server Property

MySQL Connector/Net

Gets or sets the name of the server.

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

Syntax

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

Field Value

The server.

See Also