VeriStand .NET API Reference

SequenceParameterAssignmentInfo Constructor

Initializes a new instance of SequenceParameterAssignmentInfo with the specified ParameterName and Value.

Namespace: NationalInstruments.VeriStand.ClientAPI
Assembly: 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.

See Also

Log in to get a better experience