Properties.has

Checks if the given property exists within this set.

struct Properties
bool
has
(
string key
)

Parameters

key string

The property name.

Return Value

Type: bool

True if the property exists.

Meta