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.