ParameterDeclaration.EvaluationMethod Property
- Updated2023-02-21
- 2 minute(s) read
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)
Syntax
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); } |