ValueDeadband Property (HistoryQueryResult)
- Last UpdatedAug 21, 2026
- 1 minute read
Gets or sets the percentage of full scale (range), in engineering units.
'Declaration
Public Property ValueDeadband As Single
'Usage
Dim instance As HistoryQueryResult
Dim value As Single
instance.ValueDeadband = value
value = instance.ValueDeadband
public float ValueDeadband {get; set;}