ForEachLoop.ArrayExpression Property
- Updated2023-02-21
- 2 minute(s) read
Gets or sets the array of values that the loop iterates over.
Namespace:
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApiAssembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Property ArrayExpression As Expression |
| C# |
|---|
public Expression ArrayExpression { get; set; } |
| Visual C++ |
|---|
public: property Expression^ ArrayExpression { Expression^ get (); void set (Expression^ value); } |