| Package | com.vmware.data.query |
| Class | public class PropertyValue |
| Inheritance | PropertyValue ResourceItem Object |
Note: this class was generated from its Java counterpart PropertyValue
| Property | Defined By | ||
|---|---|---|---|
![]() | currentGenerations : Array | ResourceItem | |
| propertyName : String
The name of the property retrieved
| PropertyValue | ||
![]() | resourceObject : Object
The resource object identified or represented by this item. | ResourceItem | |
| value : Object
The value of the property
| PropertyValue | ||
| propertyName | property |
propertyName:StringThe name of the property retrieved
This property can be used as the source for data binding.
public function get propertyName():String public function set propertyName(value:String):void| value | property |
value:ObjectThe value of the property
This property can be used as the source for data binding.
public function get value():Object public function set value(value:Object):void