Additional Information
To access the sequence file version manually, navigate to Edit»Sequence File Properties. You can view and modify the version number of your sequence file from here. For more information on the Sequence File Properties Dialog Box, see TestStand Help: Sequence File Properties Dialog Box .
In TestStand 2.0.1, the PropertyObjectFile's Version method is not available in the TestStand API. However, RunState.SequenceFile.Data.Version is a hidden property that you can use to retrieve sequence file version. Because it is a hidden property, you will not be able to see it in the Expression Browser or the SequenceContext until you have enabled the Show Hidden Properties option in TestStand. This can be done by selecting Configure»Station Options, clicking the Preferences tab, and enabling the Show Hidden Properties option. This hidden property is available in TestStand 2.0.1, TestStand 3.0, and all later versions. See the attached sequence for an example of using this API function.