VeriStand .NET API Reference

Block.Statements Property

Get or sets the set of functional statements that the block contains and that execute when the block executes.

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

Property Value

An array of Statement objects.

See Also

Log in to get a better experience