The vco:DisplayProperty component displays the names and values of the properties of objects in the Orchestrator inventory.

The vco:DisplayProperty component defines the following properties.

Name

Type

Description

name *

String

Property name

property *

String

Property value

The following example shows how to use the vco:DisplayProperty component to display the details of a virtual machine in a Web view.

<div jwcid="@vco:DisplayProperty" name="Name" property="MyVirtualMachine"/> 
<div jwcid="@vco:DisplayProperty" name="Id" property="vm_89575"/>
<div jwcid="@vco:DisplayProperty" name="State" property="poweredOff"/>