Application.HasProLicense usable?

it is supposed to be a boolean but it doesnt seem to work. nothing turns up googling or any other search. just references to the doc which doesnt have info.

It’s a function, not a property, so it’s Application.HasProLicense();
Works for me (returns true). Too lazy to remove/add licence just to test the other case though. :stuck_out_tongue:

oh man, howd i miss that. thanks!