ParameterDeclaration.EvaluationMethod Property
- Aktualisiert2023-02-21
- 2 Minute(n) Lesezeit
Gets or sets the evaluation method (ByReference or ByValue) used to get the parameter value.
Namespace:
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApiAssembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Property EvaluationMethod As EvaluationMethod |
| C# |
|---|
public EvaluationMethod EvaluationMethod { get; set; } |
| Visual C++ |
|---|
public: property EvaluationMethod EvaluationMethod { EvaluationMethod get (); void set (EvaluationMethod value); } |