VeriStand .NET API Reference

U32Value.Value Property

Gets or sets the value of the 32-bit unsigned integer.

Namespace: NationalInstruments.VeriStand.Data
Assembly: NationalInstruments.VeriStand.DataTypes (in NationalInstruments.VeriStand.DataTypes.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Property Value As UInteger
C#
public uint Value { get; set; }
Visual C++
public:
property unsigned int Value {
	unsigned int get ();
	void set (unsigned int value);
}

Property Value

The value of the number.

See Also

Log in to get a better experience