I’m not sure thats a word – propertiness
I’m using it to describe something that acts or behaves as a “property”
What defines something being a “property” ?
C# uses
… Read the restA property is a member that provides a flexible mechanism to read, write, or compute the value of a private field. Properties can be used as if they are public data members, but they are actually special methods called accessors.