ISDBApplication::VersionString: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
m (added related)
(unified style, relations reorder)
 
Line 3: Line 3:
===Property description===
===Property description===


The full version string of MediaMonkey (e.g. ''"2.5.4"'' for version 2.5.4)
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 ===  
=== Related Topics ===  


*[[ISDBApplication::VersionBuild]]
*[[ISDBApplication::VersionHi]]
*[[ISDBApplication::VersionHi]]
*[[ISDBApplication::VersionLo]]
*[[ISDBApplication::VersionLo]]

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