.DT
remove_property
Discworld object help
remove_property

Name
.SI 5
remove_property - zap a property off the object.
.EI

Syntax
.SI 5
void remove_property(string name);
.EI

Description
.SP 5 5
Removes the property off the object.  This will zap any value which was
previously stored in it via an add_property.  Usualy used when you have
no further need of the property.
.EP

See also
.SP 5 5
query_property, query_properties, add_property
.EP
