Returns the string which shows data type treated by the current input-port. Because this is pure virtual, the function must be defined in derived classes from this class. public String DataType { get{ return "double"; } We call the string returned by this funcion "dataType".