VeriStand .NET API Reference

Expression.Operands Property

Gets the sub-expressions in the parse tree of the top-level expression.

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 ReadOnly Property Operands As Expression()
C#
public Expression[] Operands { get; }
Visual C++
public:
property array<Expression^>^ Operands {
	array<Expression^>^ get ();
}

Property Value

The array of sub-expressions.

See Also

Log in to get a better experience