VeriStand .NET API Reference

CustomDeviceBase.GetDictionaryProperty Method

Gets the reference to the Dictionary that is the 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 GetDictionaryProperty ( _
	name As String, _
	<OutAttribute> ByRef value As Dictionary _
) As Boolean
C#
public bool GetDictionaryProperty(
	string name,
	out Dictionary value
)
Visual C++
public:
bool GetDictionaryProperty(
	String^ name, 
	[OutAttribute] Dictionary^% value
)

Parameters

name
Type: System.String
The name of the property. Property names are case-sensitive.
value
Type: NationalInstruments.VeriStand.SystemDefinitionAPI.Dictionary %
The Dictionary object.

Return Value

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

See Also

Log in to get a better experience