FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / DeviceRepository Class / DeviceCount Property


In This Topic
    DeviceCount Property
    In This Topic
    Returns the number of devices currently connected.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DeviceCount As Integer
    'Usage
     
    
    Dim instance As DeviceRepository
    Dim value As Integer
     
    value = instance.DeviceCount
    public int DeviceCount {get;}
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also