VeriStand .NET API Reference

Switch.Cases Property

Gets or sets the list of case statements that the Switch statement contains and evaluates against the TestExpression.

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

Property Value

A Cases object.

See Also

Log in to get a better experience