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