C# Class TestData.HistoryRecord

A record in the archive.
Show file Open project: OPCFoundation/UA-.NET Class Usage Examples

Public Properties

Property Type Description
DataType BuiltInType
Historizing bool
RawData List

Property Details

DataType public property

public BuiltInType DataType
return BuiltInType

Historizing public property

public bool Historizing
return bool

RawData public property

public List RawData
return List