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