I32Value.Value Property
- Aktualisiert2023-02-21
- 2 Minute(n) Lesezeit
Gets or sets the value of the 32-bit signed 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 Integer |
| C# |
|---|
public int Value { get; set; } |
| Visual C++ |
|---|
public: property int Value { int get (); void set (int value); } |