MySQL Connector/Net
MySqlConnectionStringBuilderPort Property |
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.9.9

public uint Port { get; set; }
Public Property Port As UInteger Get Set
public: property unsigned int Port { unsigned int get (); void set (unsigned int value); }
member Port : uint32 with get, set
Property Value
Type: UInt32