FirmwareMinor Property

Public Property FirmwareMinor As Long

Summary

This read-only property retrieves the "minor" portion of the firmware version number from the device. The firmware version consists of a major number and minor number. When displayed as a string, it is typically formatted as major.minor with minor zero-padded to three digits if necessary. For example, for release 2.001, the major number is 2 and the minor number is 1.

Parameters

This property does not have any parameters.

Value

This property is a Long. Its value is the minor number of the firmware version.

See Also

FirmwareMajor Property