PropertyQ

PropertyQ[object, property]
is a function that yields True during access to a property marked with Property.
PropertyQ[class, property]
does the same for a class bound property.
This loads the package.
In[1]:=
Click for copyable input
The next class has a print statement for PropertyQ in a getter and in another method.
In[2]:=
Click for copyable input
PropertyQ[] is true only within the property access that is used automatically instead of the property itself.