This class represents a given property’s name and value.

Properties

Dirty
Determines whether a given property is dirty (true) or clean (false). If you indicate that a property value should change by invoking the RepsoitoryItem setPropertyValue call, this property is set to true. Once a response is returned from the setPropertyValue call, this property is set to false.

XmlType
XML data type that will be used to represent the property’s value.

Constructor

Property()
Constructs an empty object representing a property.

Methods

getName
Returns the name of the property.

getValue
Returns the value of the property.

setValue
Sets a new value to the property.