Rather than applying [Browable(false)], you can apply [ReadOnly(true)], so that you can examine the property's value in the Property editor, but not change it.
[Browable(false)]
[ReadOnly(true)]