Hello
Is there any way to assign Ultrawinschedule.Task.ProjectKey explicitly. Since I am handling with multiple projects and associated tasks and need to implement cut/copy/paste.
Regards
Jeni
Hello jeni,
I am checking about the progress of this issue. Please let me know If you need any further assistance on this.
Hello Jeni,
I was able to achieve this by using a code similiar to the following:
ultraCalendarInfo1.Tasks[0].Project.Key = "TEST";
Please try it and let me know if it works for you.