CimPort.ProtocolID (read-only property)

Gets the protocol ID.
Syntax: String = object.ProtocolID
Description: CimPort.ProtocolID is a read-only and returns a string containing the name of the device communications protocol used by the port.



Examples

If myPort.ProtocolID = "S90_TCPIP" Then
   MsgBox "Series 90 Communications Port"
EndIf