VeriStand .NET API Reference

Table of Contents

DataValue.Type Property

Gets the data type of the data value.

Namespace: NationalInstruments.VeriStand.Data
Assembly: 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 ();
}

Property Value

The data type of the DataValue, as an enumeration value of DataType.

See Also

Log in to get a better experience