VeriStand .NET API Reference

TdmsLogFile.AddProperty Method (TdmsProperty)

Adds the specified TdmsProperty to the TdmsLogFile.

Namespace: NationalInstruments.VeriStand.ClientAPI.Logging
Assembly: 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.

See Also