MySQL Connector/Net |
MySqlConnectionStringBuilder..::.Port Property |
MySqlConnectionStringBuilder Class See Also Send Feedback |
Gets or sets the port number that is used when the socket
protocol is being used.
Namespace:
MySql.Data.MySqlClient
Assembly:
MySql.Data (in MySql.Data.dll) Version: 6.2.2.0
Syntax
C# |
---|
public uint Port { get; set; } |
Visual Basic (Declaration) |
---|
Public Property Port As UInteger |
Visual C++ |
---|
public: property unsigned int Port { unsigned int get (); void set (unsigned int value); } |