Share via


Creating Scalar Properties

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

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.

See Also

Why Build Your Own Objects? | Basic Class Concepts | Creating Property Procedures | Creating Events and Event Procedures | Extending Objects Through Interfaces | Designing Object Models | Creating Custom Objects for Web Pages | Property Let Procedures | Property Get Procedures