egoodwin
2 years agoNew Contributor II
Passing OS Version Number as a Dashboard Parameter
I'm trying to create a Dashboard parameter that has the OS Version number of the application. I would have thought that something like Dim osVersion As String = OneStream.Shared.Common.GeneralString...
- 2 years ago
This should work:
dim version as String = Onestream.Shared.Common.XFVersionInfo.XFVersion
From the XFVersionInfo you can get a couple of other related version-information: