Read out app version from app settings
I can define a version of an app (see screenshot). I tried the following command to get the app version:
ThisApplication.Settings("<AppName>").Get("App Version", "")
But its not working. How can I read out this via programcode?
Thanks in advance
fsup
0
Comments
Returns app version: CType(Me.Control, MediaCy.Addins.Scripting.AppHostControl).AppVersion
Thanks,
Nikita.