property View.Name as Variant
Specifies the index or the caption of the column that determines the name of the view.

TypeDescription
Variant A long or string expression that specifies the index or the caption of the column that determines the name of the view.
The DataSource property can change the Name property using the Name field as explained bellow:

The Name property of each View object specifies the index or the caption of the column that determines the name of the view. The Name property can select items using wild characters such as * or ?, if the view's SingleSel property is False. The Name property is similar with the Select property, excepts it uses the Name column to build the path.