Description
-
Holds local version of the file.
Property type
-
A String value. Version number of file
currently on your system.
Syntax
-
object.MyVersion [= value]
The MyVersion Property syntax has these parts:
| object |
An expression evaluating to an object
of type UpdFile. |
| value |
A String value. |
Remarks
-
This property returns information about current version
of the file on local system. Based on this information, and
NewVersion
property, component determines if it will set NeedReplace
property forcing wodAppUpdater to replace the file when
Update
method is called.
This information is retrieved from the file on the
disk.
|