Template:VIServerGetPropertyShortName/doc
Appearance
{{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