specifies a property value. More...
import "PropertyValue.idl";
 
  
| Public Attributes | |
| string | Name | 
| specifies the name of the property. | |
| long | Handle | 
| contains an implementation-specific handle for the property. | |
| any | Value | 
| contains the value of the property or VOID, if no value is available. | |
| com::sun::star::beans::PropertyState | State | 
| determines if the value comes from the object itself or from a default and if the value cannot be determined exactly. | |
specifies a property value.
| long Handle | 
contains an implementation-specific handle for the property.
It may be -1 if the implementation has no handle. If available it can be used for fast lookups.
| string Name | 
specifies the name of the property.
The name is unique within a sequence of PropertyValues. Upper and lower case are distinguished.
determines if the value comes from the object itself or from a default and if the value cannot be determined exactly.
| any Value | 
contains the value of the property or VOID, if no value is available.