ISDBApplication::VersionHi: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
No edit summary
 
(unified style, relations reorder)
 
(2 intermediate revisions by one other user not shown)
Line 3: Line 3:
===Property description===
===Property description===


MediaMonkey's high version number.
MediaMonkey's major version number (e.g. <tt>4</tt> for version <tt>4.1.0.1630</tt>).
 
=== Related Topics ===
 
*[[ISDBApplication::VersionBuild]]
*[[ISDBApplication::VersionLo]]
*[[ISDBApplication::VersionRelease]]
*[[ISDBApplication::VersionString]]


[[Category:Scripting|{{PAGENAME}}]]
[[Category:Scripting|{{PAGENAME}}]]

Latest revision as of 19:47, 20 April 2013

CoClass SDBApplication, Interface ISDBApplication

Property Get VersionHi As Long


Property description

MediaMonkey's major version number (e.g. 4 for version 4.1.0.1630).

Related Topics