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; } |
Property Value
An array of
Statement objects.