TdmsChannel.GetPropertyNames Method
- Updated2023-02-21
- 2 minute(s) read
Returns an array of property names for the TDMS channel.
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 Function GetPropertyNames As String() |
C# |
---|
public string[] GetPropertyNames() |
Visual C++ |
---|
public: array<String^>^ GetPropertyNames() |