static void Main(string[] args) { Attendee tes = new Attendee(); Person t = tes.getPerson("UUID2"); foreach (var g in t.Names) { Console.WriteLine(g.GivenName); } Console.Read(); }