FUTEK .NET API Documentation
FUTEK_USB_DLL Assembly / FUTEK_USB_DLL Namespace / USB_DLL Class / VirtualMode Property


In This Topic
    VirtualMode Property
    In This Topic
    Gets or sets a value indicating if virtual mode is enabled.
    Syntax
    'Declaration
     
    
    Public Property VirtualMode As Boolean
    'Usage
     
    
    Dim instance As USB_DLL
    Dim value As Boolean
     
    instance.VirtualMode = value
     
    value = instance.VirtualMode
    public bool VirtualMode {get; set;}

    Property Value

    Type: System.Boolean True if enabled, otherwise false.
    Remarks
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also