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

Meta