An object provides methods and properties. Properties may 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 []. 


App.[Title$]


See Also 

Objects