Is there a TryGetValue?
I want to call GetValue("Property"); on a dynamic item and have it just return NULL if that property doesn't exist instead of the current Object Ref error...I also don't want to incur the expensive wrapping in a try\catch.
Does such a thing exist to see if a type has a property with X name?