the data access
PropertyAccess
01 Syntax
Microsoft.VisualBasic.ComponentModel.DataSourceModel.PropertyAccess
02 Fields
03 Members
NotSure
no data access
Readable
data can be read from the clr object(get/readonly property)
Writeable
data can be write to the clr object(set/writeonly property)
ReadWrite
data can be read and write to the clr object(get/set)
NotSure
Readable
Writeable
ReadWrite