NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Getting the ProductVersion programmably in C#

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

0 Kudos
Message 1 of 2
(3,065 Views)

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,

 

jigg
CTA, CLA
testeract.com
~Will work for kudos and/or BBQ~
0 Kudos
Message 2 of 2
(3,059 Views)