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