The expression to evaluate each
CaseValue in the
Cases list against to determine which case to execute. If this value matches the value of a case, the
Switch statement executes that case. If no case matches this value, the statement executes the
Default 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 TestExpression As Expression |
Property Value
An
Expression object.