I'm using Aspose.Tasks to export to .mpp file.And I have a problem need you help.
I declare : Aspose.Tasks.Task task
I want to set task.work a value when export but when I set :
task.Work.Value = 1
there was an error :
CS0200: Property or indexer 'Aspose.Tasks.Duration.Value' cannot be assigned to
-- it is read only
How can I solve this problem ? I tried to work with other property , it worked with no errror.
Thanks very much !