DataVersion Property (BaseQueryArgs)
- Last UpdatedAug 21, 2026
- 1 minute read
Gets or sets the version of stored data that should be retrieved.
'Declaration
Public Property DataVersion As HistorianVersionType
'Usage
Dim instance As BaseQueryArgs
Dim value As HistorianVersionType
instance.DataVersion = value
value = instance.DataVersion
public HistorianVersionType DataVersion {get; set;}
public:
property HistorianVersionType DataVersion {
HistorianVersionType get();
void set ( HistorianVersionType value);
}
Property Value
The object of HistoryVersionType, which indicates whether the data to be retrieved is ORIGINAL or LATEST. The default is LATEST.