VeriStand .NET API Reference

Table of Contents

CustomDeviceBase.GetU16Property Method

Gets the unsigned 16-bit integer value of 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 GetU16Property ( _
	name As String, _
	<OutAttribute> ByRef value As UShort _
) As Boolean
C#
public bool GetU16Property(
	string name,
	out ushort value
)
Visual C++
public:
bool GetU16Property(
	String^ name, 
	[OutAttribute] unsigned short% value
)

Parameters

name
Type: System.String
The name of the property. Property names are case-sensitive.
value
Type: System.UInt16 %
The value of the property.

Return Value

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

See Also

Log in to get a better experience