Look at the source of the Property task. That should answer your questions....
 
In short...
Properties["my prop"] = "my value";
 
from your ExecuteTask override.
----- Original Message -----
Sent: Thursday, April 15, 2004 10:19 AM
Subject: [NAntC-Dev] saving value in a prosperity

I am writing a custom task which I want a value to be returned into a user defined property.  Possibly have the name of the property passed in as an attribute.  My question is how do I assign the values calculated in the task to a property?

 

Thanks

Noah Davidson

 

 

Reply via email to