VeriStand .NET API Reference

Table of Contents

DataValue.Units Property

Gets or sets the units of the data value. Units can be any string that makes sense for 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 Property Units As String
C#
public string Units { get; set; }
Visual C++
public:
property String^ Units {
	String^ get ();
	void set (String^ value);
}

Property Value

The units for the data value.

See Also

Log in to get a better experience