TcpPort Property
- Last UpdatedAug 21, 2026
- 1 minute read
Gets or sets the TCP port of the Historian Client Access Point.
'Declaration
Public Property TcpPort As UShort
'Usage
Dim instance As HistorianConnectionArgs
Dim value As UShort
instance.TcpPort = value
value = instance.TcpPort
public ushort TcpPort {get; set;}