FaxDeviceProvider.MinorVersion property
The MinorVersion property is a value that specifies the minor part of the version number for the fax service provider (FSP) DLL.
This property is read-only.
Syntax
Property MinorVersion As Long
Property value
A Long that receives the minor part of the version number (the decimal portion) for the DLL.
Remarks
The standard format for version numbers is MajorVersion.MinorVersion.MajorBuild.MinorBuild.
Requirements
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Header |
|
DLL |
|
See also