VeriStand .NET API Reference

Switch.Default Property

Gets or sets the default case statement to execute if the TestExpression does not match the CaseValue of any of the Cases.

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

Property Value

A DefaultCase object.

See Also

Log in to get a better experience