VeriStand .NET API Reference

IfElse.TestExpression Property

Gets or sets the expression that is evaluated to determine whether to execute the IfTrue or IfFalse code section. The expression must evaluate to a Boolean value.

Namespace: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi
Assembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Property TestExpression As Expression
C#
public Expression TestExpression { get; set; }
Visual C++
public:
property Expression^ TestExpression {
	Expression^ get ();
	void set (Expression^ value);
}

Property Value

The Boolean Expression.

See Also

Log in to get a better experience