Reference.Collection Property (Access)
The Collection property returns a reference to the collection that contains an object. Read-only References object.
Syntax
expression .Collection
expression A variable that represents a Reference object.
Remarks
You can use the Collection property to access the collection to which an object belongs. For example, the Collection property of a Reference object returns an object reference to the References collection.
The Collection property is similar to the Parent property.