DataValue.Type Property
- Updated2023-02-21
- 2 minute(s) read
Gets the data type of the data value.
Namespace:
NationalInstruments.VeriStand.DataAssembly: NationalInstruments.VeriStand.DataTypes (in NationalInstruments.VeriStand.DataTypes.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration) |
---|
Public Overridable ReadOnly Property Type As DataType |
C# |
---|
public virtual DataType Type { get; } |
Visual C++ |
---|
public: virtual property DataType Type { DataType get (); } |