TFS API - How to get a Team's Adminstrator?
问题 I'm trying to programmatically retrieve a Team's Administrator Users . For example in a setup like in the picture how can I get 'Billy' as being the Administrator of Team 'QC Manager'? I already have the code that gets all users in a Team via IIdentityManagementService's ListApplicationGroups, getting the group using FirstOrDefault ... and then getting its users via ReadIdentities. 回答1: I've done some poking around in the Team Web Access assemblies, and this seems to be only available on the