ParameterValueChangeEventArgs.ParameterName Property
- Mise à jour2023-02-21
- Temps de lecture : 2 minute(s)
Gets a value indicating the name of the model parameter whose value changed.
Namespace:
NationalInstruments.VeriStand.ClientAPIAssembly: 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 (); } |