element_property($key)
Check if the key is a property.
includes/common.inc, line 5273
<?php function element_property($key) { return $key[0] == '#'; } ?>
Some quick links to get you started