ForLoop.Iterations Property
- Mise à jour2023-02-21
- Temps de lecture : 2 minute(s)
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); } |