property definition
An object provides methods and properties. Properties can be used as values (like a function call) or changed (using assignment syntax).
If the property name contains characters that are not legal in a name, surround the property name with bracket ([ ]). For example, App.[Title$].
See also