In This Topic
Gets the model number of the device.
Syntax
'Declaration
Public Function GetModelNumber() As String
'Usage
Dim instance As Device
Dim value As String
value = instance.GetModelNumber()
public string GetModelNumber()
Return Value
Device model number.
Frameworks
| Product |
Versions |
| .NET |
net8.0 |
| .NET Framework |
net48 |
See Also