Value.objectHasProperty

Get whether value has property with name.

class Value
bool
objectHasProperty
(
string name
)

Parameters

name string

the property name

Return Value

Type: bool

true if value has a property with name, or false otherwise