ISDBApplication::VersionLo: Difference between revisions

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


MediaMonkey's low version number (e.g. ''5'' for version 2.5.4).
MediaMonkey's minor version number (e.g. <tt>1</tt> for version <tt>4.1.0.1630</tt>).
 
=== Related Topics ===
 
*[[ISDBApplication::VersionBuild]]
*[[ISDBApplication::VersionHi]]
*[[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 VersionLo As Long


Property description

MediaMonkey's minor version number (e.g. 1 for version 4.1.0.1630).

Related Topics