SequenceParameterAssignmentInfo Constructor
- 已更新2023-02-21
- 閱讀時間為 2 分鐘
Initializes a new instance of SequenceParameterAssignmentInfo with the specified ParameterName and Value.
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 Sub New ( _ ParameterName As String, _ Value As DataResource _ ) |
| C# |
|---|
public SequenceParameterAssignmentInfo( string ParameterName, DataResource Value ) |
| Visual C++ |
|---|
public: SequenceParameterAssignmentInfo( String^ ParameterName, DataResource^ Value ) |
Parameters
- ParameterName
- Type: System.String
The name of the parameter.
- Value
- Type: NationalInstruments.VeriStand.Data.DataResource
The value of the parameter.