Extending product function with VBA : System Architect collections : OfCollection class : Name
  
Name
Name of the property list.
Parameters
Data type: String
Read-only
Example
Dim oDef as Definition, coll as OfCollection
Set coll = oDef.GetPropertyAsCollection("Operations")
Debug.Print coll.Name
See also
OfCollection class