ModifiedInVersion Property
Description
The UFT One version in which the testing document was last modified.
Property type
Read-only property
Syntax
Visual Basic
Public Property ModifiedInVersion As String
Remarks
Note: This property replaces the ModifiedBy property that was available in earlier versions of the UFT One automation object model.  The ModifiedBy property is supported for backward compatibility only and should be replaced with the ModifiedInVersion property in your existing automation scripts.
See Also