Yes, but only internally. It's just a matter of not exposing the relevant property in the hash table returned by the get_properties handler.
You can also hide the property behind a __get handler, but you still have to store the data somewhere and __get has a performance (and clarity) penalty.