how to set the default value of a property in c# class code example Example: c# object default property value public int X { get; set; } = x; // C# 6 or higher