When creating a new Property Node method, I can only select :
- Read Property
- Write Property

Depending on what I chose here, my method will get the prefix "Read" or "Write".
I would like to see the option to have this prefix be "Get" or "Set".
Either the option to change it here :

or possibly a Boolean selector somewhere to change between Read/Write and Get/Set.
I know this is personal preference and LabVIEW native also calls them Read/Write.
But I prefer to use the term Read\Write to the VIs that interact with instruments.
And prefer to use the term Get\Set to VIs that interact with a class (attribute accessors).
For example:
The accessor name ‘Read Data’ will make me think that this VI will read Data from an Instrument.
So I prefer ‘Get Data’ instead, because it's stored in the attributes.