Remarks

If the access modifier is omitted,

Access modifiers on setters or getters of properties can only restrict access, not widen it: public string someProperty {get; private set;}