c# getter setter how it works code example Example: getter setter c# class Student { public int Age { get; set; } }