| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As HistoryDataReadResult Dim value As List(Of DataValue) instance.DataValues = value value = instance.DataValues | |
| C# | |
|---|---|
public List<DataValue> DataValues {get; set;} | |
Property Value
An list of values of history data for the Node. The size and order of the list matches the size and order of the requested data parameters.Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x