TdmsLogFile.AddProperty Method (TdmsProperty)
- Updated2023-02-21
- 2 minute(s) read
Adds the specified TdmsProperty to the TdmsLogFile.
Namespace:
NationalInstruments.VeriStand.ClientAPI.LoggingAssembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Sub AddProperty ( _ tdmsProperty As TdmsProperty _ ) |
| C# |
|---|
public void AddProperty( TdmsProperty tdmsProperty ) |
| Visual C++ |
|---|
public: void AddProperty( TdmsProperty^ tdmsProperty ) |
Parameters
- tdmsProperty
- Type: NationalInstruments.VeriStand.ClientAPI.Logging.TdmsProperty
The TdmsProperty to add.