Returns all items that have been added or were part of the initial list of objects. If
 there are no items in the list then a zero length array is returned.
 This list does not include any objects that have been deleted via VolatileObjectDelete().
 After VolatileObjectsSave() has been called this list remains the same.
 
        
        Namespace: DatabaseObjectsAssembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0
Syntax
| Visual Basic | 
|---|
Protected ReadOnly Property VolatileObjects As IDatabaseObject()
	Get  | 
See Also