VeriStand .NET API Reference

IfElse.IfFalse Property

Gets or sets the block of code to execute if TestExpression is false (False in Visual Basic).

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 IfFalse As Block
C#
public Block IfFalse { get; set; }
Visual C++
public:
property Block^ IfFalse {
	Block^ get ();
	void set (Block^ value);
}

Property Value

The code Block to execute.

See Also

Log in to get a better experience