specifies information being retrieved about a single property. More...
import "GetPropertyTolerantResult.idl";
 
  
| Public Attributes | |
| short | Result | 
| specifies a success or error code for the retrieval operation. | |
| com::sun::star::beans::PropertyState | State | 
| contains the state of the property. | |
| any | Value | 
| contains the value of the property. | |
specifies information being retrieved about a single property.
| short Result | 
specifies a success or error code for the retrieval operation.
contains the state of the property.
The value is undefined if Result is not com::sun::star::beans::TolerantPropertySetResultType::SUCCESS.
| any Value | 
contains the value of the property.
The value is undefined if Result is not com::sun::star::beans::TolerantPropertySetResultType::SUCCESS.