:: com :: sun :: star :: beans ::

struct SetPropertyTolerantFailed
Description
specifies information about a single property failed to be set.
See also
::com::sun::star::beans::XTolerantMultiPropertySet

Elements' Summary
Name specifies the name of the property.  
Result specifies the success or error code for setting the properties value.  
Elements' Details
Name
string Name;
Description
specifies the name of the property.
Result
short Result;
Description
specifies the success or error code for setting the properties value.

Since the property was not successful set the result will never be SUCCESS .

See also
::com::sun::star::beans::TolerantPropertySetResultType
Top of Page