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