VeriStand .NET API Reference

Table of Contents

VoidValue Class

Represents a void or empty 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)
<SerializableAttribute> _
Public Class VoidValue _
	Inherits ScalarDataValue
C#
[SerializableAttribute]
public class VoidValue : ScalarDataValue
Visual C++
[SerializableAttribute]
public ref class VoidValue : public ScalarDataValue

Inheritance Hierarchy

System.Object
    NationalInstruments.VeriStand.Data.DataResource
        NationalInstruments.VeriStand.Data.DataValue
            NationalInstruments.VeriStand.Data.ScalarDataValue
                NationalInstruments.VeriStand.Data.VoidValue

Thread Safety

Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.

See Also

Log in to get a better experience