ISDBApplication::VersionString: 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===


The full version string of MediaMonkey
MediaMonkey's full version string excluding the build number (e.g. <tt>4.1.0</tt> for version <tt>4.1.0.1630</tt>).
 
=== Related Topics ===
 
*[[ISDBApplication::VersionBuild]]
*[[ISDBApplication::VersionHi]]
*[[ISDBApplication::VersionLo]]
*[[ISDBApplication::VersionRelease]]


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

Latest revision as of 19:47, 20 April 2013

CoClass SDBApplication, Interface ISDBApplication

Property Get VersionString As String


Property description

MediaMonkey's full version string excluding the build number (e.g. 4.1.0 for version 4.1.0.1630).

Related Topics