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.
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also