element_property($key)
Check if the key is a property.
drupal/includes/common.inc, line 6082
<?php function element_property($key) { return $key[0] == '#'; } ?>