C# properties: how to use custom set property without private field? December 20, 2022 by Tarik Once you want to do anything custom in either the getter or the setter you cannot use auto properties anymore.