Microsoft Office 2000/Visual Basic Programmer's Guide   

Creating Scalar Properties

The properties that you use to return information about a characteristic of an object are usually scalar properties. For example, a Name property most likely sets or returns a String value, an Age property sets or returns a numeric value, and a Birthdate property sets or returns a Date value. The following sections discuss how to create scalar properties.