VeriStand .NET API Reference

TdmsLogFile.GetProperty Method

Returns the specified TDMS property associated with this 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 Function GetProperty ( _
	name As String _
) As TdmsProperty
C#
public TdmsProperty GetProperty(
	string name
)
Visual C++
public:
TdmsProperty^ GetProperty(
	String^ name
)

Parameters

name
Type: System.String
The name of the property

Return Value

If the property exists on the TDMS log file, returns a TdmsProperty that represents the property specified by name (parameter); otherwise, returns null.

See Also

Log in to get a better experience