VeriStand .NET API Reference

ModelParameter.Expression Property

Gets the expression of the model parameter.

Namespace: NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Overridable ReadOnly Property Expression As String
C#
public virtual string Expression { get; }
Visual C++
public:
virtual property String^ Expression {
	String^ get ();
}

Property Value

The expression.

See Also

Log in to get a better experience