You can use Resharper.
Alternately, set the setter to private (Or comment out the setter completely) and recompile. You will get errors where you’re trying to set the property.
You can use Resharper.
Alternately, set the setter to private (Or comment out the setter completely) and recompile. You will get errors where you’re trying to set the property.