I got it working with:

For Each client In clients
tbClientFirstName.Text = client.FirstName
Next

Is there an easier way?