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


In This Topic
    GetMaximumNumberOfProfiles Method
    In This Topic
    Gets the maximum number of profiles for the device.
    Syntax
    'Declaration
     
    
    Public Function GetMaximumNumberOfProfiles() As Integer
    'Usage
     
    
    Dim instance As Device
    Dim value As Integer
     
    value = instance.GetMaximumNumberOfProfiles()
    public int GetMaximumNumberOfProfiles()

    Return Value

    Maximum number of profiles.
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also