First Property
- Last UpdatedAug 21, 2026
- 1 minute read
Gets or sets the first point stored with a timestamp within the retrieval cycle, if at least one non-NULL point exists for the tag within the retrieval cycle.
'Declaration
Public Property First As Double
'Usage
Dim instance As AnalogSummaryQueryResult
Dim value As Double
instance.First = value
value = instance.First
public double First {get; set;}