Hi, short and simple question.
Is there a more elegant way to obtain the version of the currently used Smart Client version than to parse it from EnvironmentManager.Instance?.EnvironmentProduct string?
Thanks!
Hi, short and simple question.
Is there a more elegant way to obtain the version of the currently used Smart Client version than to parse it from EnvironmentManager.Instance?.EnvironmentProduct string?
Thanks!
No, I would say that is the best way. To my knowledge there is no method that returns only the version number.
Ok, thanks for clarification!