You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
based on the docs I don't think there is direct support for this case so: what would be the best way to to approach the problem of setting or getting the value of a nested field or property, for example:
obj.SetValue("Level1.Leve2.Level3", value);
where each Level# accessor can be either a Field or a Property
The text was updated successfully, but these errors were encountered:
Hi,
based on the docs I don't think there is direct support for this case so: what would be the best way to to approach the problem of setting or getting the value of a nested field or property, for example:
obj.SetValue("Level1.Leve2.Level3", value);
where each Level# accessor can be either a Field or a Property
The text was updated successfully, but these errors were encountered: