Template:VIServerHasProperties
This documentation is transcluded from Template:VIServerHasProperties/doc (history).
Usage
This template is a lookup table. The input is the Class ID of a class in the VI Server Class Hierarchy. It returns the whether the class has any properties {TRUE, FALSE}.
Syntax is as follows:
{{VIServerHasProperties|{{{1}}}}}
where:
Parameter | Description | Default |
---|---|---|
{{{1}}}
|
The Class ID of a class in the VI Server Class Hierarchy. | NULL = FALSE
|
Example: Control class - Has Properties
{{VIServerHasProperties|6}}
Result: TRUE
Example: TagSet class - Does not have properties
{{VIServerHasProperties|82}}
Result: FALSE
Example: Passing a Null
Passing a NULL defaults to FALSE.
{{VIServerHasProperties}}
Result: FALSE
See Also
- Template:VIServerGetAncestors
- Template:VIServerGetChildren
- Template:VIServerGetClassName
- Template:VIServerGetClassType
- Template:VIServerGetParent
- Template:VIServerHasEvents
- Template:VIServerHasMethods