Project Team Area programatically
3 answers
What do you mean by "the project team area"? A project area can contain any number of team areas. No one team area has any special meaning.
If you just want to treat the project area like a team area, you don't have to do anything. The behavior that is common to project areas and team areas is in the interface IProcessArea. IProjectArea extends IProcessArea, so you can just treat the project area like a process area without casting or calling a method.