VeriStand .NET API Reference

CaseStatement.CaseValue Property

Gets or sets the value that, if equal to the Switch.TestExpression value, executes the case.

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

Property Value

The value that specifies to execute this case, as an Expression.

See Also

Log in to get a better experience