Accessing the Internal/Private Property Type in LabVIEW

Updated Apr 15, 2025

Reported In

Software

  • LabVIEW

Issue Details

I want to use Internal/Private property in LabVIEW but when I wire a property node, I cannot find the mentioned property.

Solution

There are 4 property type that is known in LabVIEW programming which are Standard, Deprecated, VI Scripting and Internal/Private.

Internal/Private Property is the property that should be used with caution. To be able to view internal or private classes/methods/properties, add key "SuperSecretPrivateSpecialStuff=True" to your LabVIEW.ini and restart LabVIEW.

To check what property that is classified as Internal/Private Property, you may refer to Category:Private Property - LabVIEW Wiki