S
Shishir
Hi,
I am unable to figure out how to fetch a task object
given an assignment.
Skeleton code for my intent.
For Each myResource In ActiveProject.Resources
For Each myAssignment In myResource.Assignments
' Here i'd like to know if the task is
' is a summary one or not.
' If I could get the task object, i'd like
' to use `myTask.Summary` for internal logic.
Next
Next
Any help is much appreciated.
thanks,
-shishir
I am unable to figure out how to fetch a task object
given an assignment.
Skeleton code for my intent.
For Each myResource In ActiveProject.Resources
For Each myAssignment In myResource.Assignments
' Here i'd like to know if the task is
' is a summary one or not.
' If I could get the task object, i'd like
' to use `myTask.Summary` for internal logic.
Next
Next
Any help is much appreciated.
thanks,
-shishir