FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / Device Class / GetModelNumber Method


In This Topic
    GetModelNumber Method
    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.
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also