PropertyObjectFile.IsModified
- Updated2025-07-21
- 1 minute(s) read
PropertyObjectFile.IsModified
Syntax
PropertyObjectFile.IsModified
Data Type
Purpose
Returns a value that indicates whether the file has been modified since it was last written to disk.
Remarks
This property returns True if the change count has increased since the last time the file was written to disk.
After reading a file, TestStand might perform automatic type conversions and modify the file. For these files, this property returns True after the file is read from disk. The PropertyObjectFile.IsModifiedByUser property only returns True if the file is modified and TestStand did not perform all the modifications.
See Also
PropertyObjectFile.ChangeCount
PropertyObjectFile.IncChangeCount