PropertyObjectFile.IsModifiedByUser

Syntax

PropertyObjectFile.IsModifiedByUser

Data Type

Boolean

Purpose

Returns a value that indicates whether the user has modified the file since it was last written to disk.

Remarks

After reading a file, TestStand might perform automatic type conversions and modify the file. For these files, the PropertyObjectFile.IsModified property returns True after the file is read from disk. This property only returns True if the file is modified and TestStand did not perform all the modifications.

See Also

PropertyObjectFile.IsModified