Purpose
Set value of named property.
Parameters
cName Name of property where we want the value from
nType Type of property to set
uValue New value for the property
Returns
oProp Daoproperty object
Description
This() Method allows you to set a new value for an existing property as well as add a new property to an object, if the object allows creating properties ( e.g. it has a CreateProperty() Method)
Class
See Also
DaoDao:GetProperty Get value of named property, or NIL if it doesn't exist