Obsolete PropertyObject Methods
- Updated2025-07-21
- 1 minute(s) read
Obsolete PropertyObject Methods
The following methods are now obsolete. National Instruments supports these methods but recommends that you update files to reflect these changes to ensure compatibility with future versions of TestStand.
| Obsolete Method | Preferred Property or Method |
| Evaluate | PropertyObject.EvaluateEx method |
| GetDimensions | PropertyObject.Type.ArrayDimensions property |
| GetType | PropertyObject.Type property |
| GetTypeDisplayString | PropertyObject.Type.DisplayString property |
| Read | PropertyObject.ReadEx method |
| SetDimensions | PropertyObject.Type.ArrayDimensions property |
| Unserialize | PropertyObject.UnserializeEx method |