QCVersion Property
Description
The build information for the installed version.
Property type
Read-only property
Syntax
Visual Basic
Public Property QCVersion( _
   ByRef pnMajorVersion As Long, _
   ByRef pnMinorVersion As Long _
) As Long
Parameters
pnMajorVersion
The release number.
pnMinorVersion
The intermediate release number.
See Also