ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

VeriStand .NET API Reference

DAQWaveform.SetStringProperty Method

Set value of a property of type string specified by propertyName. Throws exception if property of this type does not exist in the Plugin XML.

Namespace: NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Sub SetStringProperty ( _
	propertyName As String, _
	value As String _
)
C#
public void SetStringProperty(
	string propertyName,
	string value
)
Visual C++
public:
void SetStringProperty(
	String^ propertyName, 
	String^ value
)

Parameters

propertyName
Type: System.String
Name of Property
value
Type: System.String
Value of property

See Also