VeriStand .NET API Reference

TdmsProperty.Value Property

Gets or sets a value indicating the value of the TdmsProperty

Namespace: NationalInstruments.VeriStand.ClientAPI.Logging
Assembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Property Value As Object
C#
public Object Value { get; set; }
Visual C++
public:
property Object^ Value {
	Object^ get ();
	void set (Object^ value);
}

See Also