I'm implementing a web interface for TFS bug tracking system, so customers can log in and enter bugs. In here I want to add fields according to the template type of the VSTS team project created. For example, a team project created using 'Agile' template has different set of fields than other templates. Therefore I want to identify the process template of the team project at the beginning.
But "Microsoft.TeamFoundation.WorkItemTracking.Client.Project" does not contain a field for template type. So how can I identify the process template type of the team project?
