VeriStand .NET API Reference

ParameterValueChangeEventArgs.ParameterName Property

Gets a value indicating the name of the model parameter whose value changed.

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

Property Value

The name of the model parameter.

See Also