VeriStand .NET API Reference

DictionaryElement.Item Property

Gets or sets a reference to a value of a dictionary element.

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 Property Item As Object
C#
public Object Item { get; set; }
Visual C++
public:
property Object^ Item {
	Object^ get ();
	void set (Object^ value);
}

Property Value

A reference to the value, as a System.Object.

See Also

Log in to get a better experience