The port number on which the database accepts connections. MySQL Default: 3306 Valid Values: 1150-65535 Type: Integer
Oracle Default: 1521 Valid Values: 1150-65535SQL Server Default: 1433 Valid Values: 1150-65535
except for 1434 and 3389.

C# |
public int Port { get; set; }