Adaptive Framework 0.9.0

property_is_not_null

The following is a list of properties for the function property_is_not_null:

PropertyValue
briefDetermine if a property exists in an object and is not null
categoryobject
descriptionReturn true if the named property exists in an object and is not null.
functionIdproperty_is_not_null
functionLabelproperty_is_not_null
parameters[ { "dataType": "object", "description": "Object to get property from.", "name": "object" }, { "dataType": "string", "description": "Name of property to check.", "name": "name" } ]
returns{ "dataType": "boolean", "description": "True if object has named property that is not null." }