VeriStand .NET API Reference

Table of Contents

CustomDeviceBase.GetPropertyNames Method

Gets the names of all the properties associated with a custom device item. Custom device item properties store and communicate state information.

Namespace: NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.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()

Return Value

The array of property name strings.

See Also

Log in to get a better experience