NETDEFGEN translates all properties in the NameSpace class and includes them in the COPY file. For example:
* myPet
PROPERTY_GET, 0, @myPet
RETURNING, "int", TYPE 3
* myPet
PROPERTY_PUT, 0, @myPet
"int (Property Value)", TYPE 3
To retrieve a property value, use the INQUIRE statement. To change a property value, use the MODIFY statement.