12-12-2012 07:12 AM
I need to get the ProductVersion of TestStand in C#. I can't seem to find the method to do this. Is there a method to do this or is there something special I need to get this?
Thanks
12-12-2012 08:58 AM
Engine.VersionString
VersionString Property (Read Only)
Syntax
Engine.VersionString
Data Type
String
Purpose
Returns the full version of the TestStand Engine as a string.
Remarks
Use this string for display purposes. Use the other version properties for conditional code.
Hope this helps,