SequenceParameterAssignmentInfo.Value Property
- 已更新2023-02-21
- 閱讀時間為 2 分鐘
Gets the value of the parameter.
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 Value As DataResource |
| C# |
|---|
public DataResource Value { get; } |
| Visual C++ |
|---|
public: property DataResource^ Value { DataResource^ get (); } |