Value Property (HistorianDataValue)
- Last UpdatedAug 21, 2026
- 1 minute read
Gets or sets the data value of the tag at the timestamp.
'Declaration
Public Property Value As Double
'Usage
Dim instance As HistorianDataValue
Dim value As Double
instance.Value = value
value = instance.Value
public double Value {get; set;}