CimPort.PortID (read-only property)

Gets the PortID.
Syntax: String = object.PortID
Description: CimPort.PortID is read-only and returns a string that contains the port id.



Examples

If myPort.PortID = "TCPIP1" Then
  MsgBox "Series 90 Communications Port 1"
Endif