DeviceSerialNumber Property |
Gets a string containing the serial number of this device.
Namespace:
Atalasoft.Twain
Assembly:
Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntaxpublic string SerialNumber { get; }Public ReadOnly Property SerialNumber As String
Get
Property Value
Type:
String A string containing the serial number of this device.
Exceptions| Exception | Condition |
|---|
| Thrown if a connection to the device is not open. |
Remarks Multiple devices may all report the same serial number.
See Also