PropertyIsNullOrEmpty

Returns True/False indicating whether a Property has a null value or, if the data type is string, whether the value is an empty string.
If the property does not exist, returns True.

Usage

@PropertyIsNullOrEmpty(<PropertyName>)

Argument Name Description
PropertyName The name of the script property.