Where do I administer the email addresses of TFS users?
问题 In my Team Foundation Server, I have a collection containing a Team Project. This Team Project has several contributors. The following lines of code get all contributors of that project: TfsTeamProjectCollection collection = new TfsTeamProjectCollection(new Uri("http://tfs:8080/tfs/CollectionName")); IGroupSecurityService groupSecurityService = collection.GetService<IGroupSecurityService>(); Identity contributors = groupSecurityService.ReadIdentity(SearchFactor.AccountName, "[ProjectName]\