struct PropertyValueInfo in module com::sun::star::ucb::

(Global Index)

Syntax

struct PropertyValueInfo : com::sun::star::beans::PropertyValue ;

Description

contains value and state of a Property .

Field Summary

ValueState the state of the property value.

Field Details



ValueState

Syntax

com::sun::star::ucb::PropertyValueState ValueState;

Description

the state of the property value.

Top of Page