EasyUA Reference
DataValues Property
See Also  Send Feedback
EasyUA Assembly > Advosol.EasyUA Namespace > HistoryDataReadResult Class : DataValues Property

Glossary Item Box

Gets or sets the data values.

Syntax

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.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.