Property:

In application programming, a property is a named attribute of an object. Properties define object characteristics, such as size and name, or the state of an object, such as enabled or disabled. Properties do not take any arguments. All properties return a value, however some properties are read-only, and some are read/write.

Copyright 2001 Sun Microsystems, Inc. All rights reserved. Legal Notice.