VeriStand .NET API Reference

BooleanValue Constructor (Boolean)

Initializes a new instance of BooleanValue with the specified 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 Sub New ( _
	value As Boolean _
)
C#
public BooleanValue(
	bool value
)
Visual C++
public:
BooleanValue(
	bool value
)

Parameters

value
Type: System.Boolean
The value of the Boolean.

See Also

Log in to get a better experience