VeriStand .NET API Reference

Content Type
Programming Language
Current manual

BooleanValue.Value Property

Gets or sets the value of the Boolean.

Namespace: NationalInstruments.VeriStand.Data
Assembly: NationalInstruments.VeriStand.DataTypes (in NationalInstruments.VeriStand.DataTypes.dll) Version: 2013.0.0.0 (2013.0.0.0)

Syntax

Visual Basic (Declaration)
Public Property Value As Boolean
C#
public bool Value { get; set; }
Visual C++
public:
property bool Value {
	bool get ();
	void set (bool value);
}

Property Value

The value of the Boolean.

See Also

Was this information helpful?