ForLoop.Iterations Property
- Updated2023-02-21
- 2 minute(s) read
Gets or sets the expression that represents the number of iterations the loop executes.
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 Iterations As Expression |
C# |
---|
public Expression Iterations { get; set; } |
Visual C++ |
---|
public: property Expression^ Iterations { Expression^ get (); void set (Expression^ value); } |