DataValueType Property
- Last UpdatedAug 21, 2026
- 1 minute read
Gets or sets the DataType structure to specify the datatype of the value being stored.
'Declaration
Public Property DataValueType As HistorianDataType
'Usage
Dim instance As HistorianDataValue
Dim value As HistorianDataType
instance.DataValueType = value
value = instance.DataValueType
public HistorianDataType DataValueType {get; set;}
public:
property HistorianDataType DataValueType {
HistorianDataType get();
void set ( HistorianDataType value);
}