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.GeneralStrings.OSVersion
would return the value, but this simply returns the string "OS Version". Can someone please point me to the correct function or member to get the application version number?

