DataVersion Property (AnalogSummaryQueryResult)
- Last UpdatedAug 21, 2026
- 1 minute read
Gets or sets which version of the stored data is to be retrieved for the query, if the original data values have been modified in the database.
'Declaration
Public Property DataVersion As String
'Usage
Dim instance As AnalogSummaryQueryResult
Dim value As String
instance.DataVersion = value
value = instance.DataVersion
public string DataVersion {get; set;}