Getting a property's name

Hello,

is there something like in C# nameof(Property) also in VL ?

I found something like this :
image

But no idea if that’s what I need and how to use it.

The node you mention is part of the still experimental reflection API. You would first need to fetch the type info of a class or record you’re interested in and from it you can fetch for example it’s properties.

Something like nameof we don’t have in VL. Could be useful to have in some scenarios.

1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.