Jump to content

Template:VIServerGetPropertyShortName/doc

From LabVIEW Wiki
Revision as of 16:58, 1 August 2024 by Logmanoriginal (talk | contribs) (Created page with "<noinclude>{{documentation subpage}}</noinclude == Usage == This template is a lookup table. The input is the Property ID of a property of a class in the VI Server Class H...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
This is the documentation page for Template:VIServerGetPropertyShortName.
When it is viewed directly, links using variables may appear broken; do not replace these with hardcoded page names or URLs.

{{VIServerGetPropertyShortName|{{{1}}}}}

where:

Parameter Description Default
{{{1}}} The Property ID of a property of a class in the VI Server Class Hierarchy.

Example

632A813 is the Property ID for the UID property of GObject class.

{{VIServerGetPropertyShortName|632A813}}

Result

Result: (UID)

Example

Passing a blank to the lookup won't be found and therefore returns "unknown".

{{VIServerGetPropertyShortName|}}

Result

Result: (unknown)

See Also