VeriStand .NET API Reference

ForEachLoop.ArrayExpression Property

Gets or sets the array of values that the loop iterates over.

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

Property Value

The array of values, as an Expression.

See Also

Log in to get a better experience