Name Property

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image
Group name

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

Syntax

C#
public string Name { get; private set; }
Visual Basic
Public Property Name As String
	Get
	Private Set
Visual C++
public:
property String^ Name {
	String^ get ();
	private: void set (String^ value);
}

See Also