A Property object represents a key-value pair that describes the properties of an item in the Orchestrator inventory.

You can obtain a Property object by calling the getProperties operation on a FinderResult object, as the following example shows.

Property[] props = finderResult.getProperties();

This example method call returns the contents of the FinderResult object's properties attribute.

The following table shows the properties of the Property object.

Type

Value

Description

String

name

Property name.

String

value

Property value.

The format of a property's values is defined by each plug-in in its vso.xml file, under the FinderResult description.