DataValueArray.Value Property
- Mise à jour2023-02-21
- Temps de lecture : 2 minute(s)
Gets or sets an array of values in DataValueArray(T).
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 T() |
| C# |
|---|
public T[] Value { get; set; } |
| Visual C++ |
|---|
public: property array<T>^ Value { array<T>^ get (); void set (array<T>^ value); } |