Gets the minor part of the version number for the product the file is associated with.
A value representing the minor part of the product version number.
Typically, a version number is displayed as "major number.minor number.build number.private part number".
A product version number is a 64-bit number that holds the version number for a product as follows:
- The first 16 bits are the ProductMajorPart number.
- The next 16 bits are the ProductMinorPart number.
- The third set of 16 bits are the ProductBuildPart number.
- The last 16 bits are the ProductPrivatePart number.