VeriStand .NET API Reference

CustomDeviceBase.SetBinaryStringProperty Method

Sets a binary string value for the custom device item property specified by name.

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 Function SetBinaryStringProperty ( _
	name As String, _
	value As Byte() _
) As Boolean
C#
public bool SetBinaryStringProperty(
	string name,
	byte[] value
)
Visual C++
public:
bool SetBinaryStringProperty(
	String^ name, 
	array<unsigned char>^ value
)

Parameters

name
Type: System.String
The name of the property. Property names are case-sensitive.
value
Type: System.Byte
The value to set.

Return Value

true (True in Visual Basic) if the property name is found.

See Also

Log in to get a better experience