The Properties interface consists of a set of classes that provide a lightweight, persistent instance store model. This interface provides a means to store and retrieve a small collection of heterogenous instances. They do not replace a general purpose database.
After reading this chapter, you should:
- Understand the various types of properties
- Be able to retrieve, write, and delete property values
- Be able to create a property collection
- Be able to iterate through a property set
- Be able to define a property query
- Understand the exception handling techniques that this interface uses
- Understanding properties
-
- Property interface classes
-
- Using properties and property identifiers
-
- Using property collections
-
- Iterating through property and property identifier sets
-
- Defining property queries
-
- Exception handling
-