set geter and seter in c sharp code example Example: getter setter c# class Student { public int Age { get; set; } }