1Employee employee = new Employee("John", "Smith"); 2string firstName = 3 employee.GetType().GetProperty("FirstName").GetValue(employee, null);