FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / DeviceQIA123 Class / ShuntIsEnabled Property


In This Topic
    ShuntIsEnabled Property (DeviceQIA123)
    In This Topic
    Gets or sets a value indicating whether the shunt is enabled for the device.
    Syntax
    'Declaration
     
    
    Public Property ShuntIsEnabled As Boolean
    'Usage
     
    
    Dim instance As DeviceQIA123
    Dim value As Boolean
     
    instance.ShuntIsEnabled = value
     
    value = instance.ShuntIsEnabled
    public bool ShuntIsEnabled {get; set;}
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also