how to populate a text field in c# with gets and setters code example Example: getter setter c# class Student { public int Age { get; set; } }