DeviceGetSerialNumber Method |
This method attempts to get the serial number from the device. This may
not be supported on all devices, it may also return empty on some devices.
Namespace:
ProScript
Assembly:
proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax public string GetSerialNumber()
Public Function GetSerialNumber As String
public:
String^ GetSerialNumber()
member GetSerialNumber : unit -> string
Return Value
Type:
Stringthe serial number of the device
See Also