_Application::VersionMinor property
The VersionMinor property returns the minor version number of MMC. This property is read-only.
Syntax
Property VersionMinor As Long
Property value
Long value that represents the minor version number of the MMC application. For example, if this property returned the value 0, then MMC version x.0 is running.
Examples
Dim VerMinor As Long
VerMinor = objMMC.VersionMinor
Requirements
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 |
Header |
|
IDL |
|
DLL |
|
CLSID |
CLSID_Application is defined as 49B2791A-B1AE-4C90-9B8E-E860BA07F889 |
IID |
IID__Application is defined as A3AFB9CC-B653-4741-86AB-F0470EC1384C |