VeriStand .NET API Reference

ForLoop.LoopVariable Property

Gets or sets the identifier for the variable that holds the current iteration count for the ForLoop.

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 LoopVariable As String
C#
public string LoopVariable { get; set; }
Visual C++
public:
property String^ LoopVariable {
	String^ get ();
	void set (String^ value);
}

Property Value

The identifier for the variable. For example, i.

See Also

Log in to get a better experience