U64Value.Value Property
- Updated2023-02-21
- 2 minute(s) read
Gets or sets the value of the 64-bit unsigned integer.
Namespace:
NationalInstruments.VeriStand.DataAssembly: NationalInstruments.VeriStand.DataTypes (in NationalInstruments.VeriStand.DataTypes.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Property Value As ULong |
| C# |
|---|
public ulong Value { get; set; } |
| Visual C++ |
|---|
public: property unsigned long long Value { unsigned long long get (); void set (unsigned long long value); } |