TagDataType Property
- Last UpdatedAug 21, 2026
- 1 minute read
'Declaration
Public Property TagDataType As HistorianDataType
'Usage
Dim instance As HistorianTag
Dim value As HistorianDataType
instance.TagDataType = value
value = instance.TagDataType
public HistorianDataType TagDataType {get; set;}
public:
property HistorianDataType TagDataType {
HistorianDataType get();
void set ( HistorianDataType value);
}