no5 object model
Posted: Sun Nov 22, 2020 5:54 am
You access the Views collection through the Views property of no5 object
Views as all collections has a Count property
It lets you enumerate through View objects which has a Name property and a Users Property which in turn is other collection
The Users property lets you enumerate through the User objects which has a Name property