The computed property doesn't hold the value itself as it happens with stored property. When referring a computed property for getting its value the getter part of its definition is executed. When referring a computed property for setting its value the setter part of its definition is executed.