VeriStand .NET API Reference

ParameterValueChangeEventArgs.Target Property

Gets a value indicating the name of the target to which the new model parameter value was applied.

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

Property Value

The name of the target.

See Also