Port Property

Syntax:

public int Port { get; set; }

Description:

Type: System.Int32

Gets or sets the port information for the connection string. The port information, which is only useful when the host information is not "local", controls which port to use when communicating with the rdm-tfs process.

Exceptions:

Exception Condition
ArgumentException The value specified is not valid (i.e. less than -1).