C# set getter from another property code example Example: getter setter c# class Student { public int Age { get; set; } }