Value.objectHasProperty
bool objectHasProperty(string name)Get whether value has property with name.
Parameters
name | the property name |
Returns
true if value has a property with name, or false otherwise
bool objectHasProperty(string name)Get whether value has property with name.
name | the property name |