Alan,
A safer way to do this is to use the API. The hidden properties remain constant in any version of TestStand. However, NI reserves the right to change these properties in newer versions of TestStand. This may cause problems if you ever intend to upgrade.
A safer way to do this is to use the Adapter API.
From Step.Module, you can access the code's module. If it is a LabVIEW Module, you can cast it to be the LabVIEWModule class. You can check it using the Module.Adapter.KeyName property. From there, you can call the LabVIEWModule.VIDescription property.
Although the previous method will work in TestStand 3.5, it is subject to change in future versions. However, we will keep the API updated if these properties are ever mapped to a different location.
Allen P.
NI