Back to product page

MyVersion property


Holds local version of the file.

Type

A String value. Version number of file currently on your system.

Syntax

  • Basic
object.MyVersion [= value]
The MyVersion(object,value) syntax has these parts:
objectAn expression evaluating to an object of type UpdFile.
valuevalue

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.

Platforms

Windows