FTL.Property.destroy()

Signature

void destroy (Object property)

Domain

ACTION

Description

Destroy the properties object.An application can destroy a properties object to reclaim its resources. Destroying a properties object does not invalidate objects created with it. (For example, the queue creation call copies property values into the new queue.)

Parameters

NameTypeDescription
propertyObjectproperty object

Returns

TypeDescription
void

Cautions

none