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

struct SetPropertyTolerantFailed

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 com::sun::star::beans::TolerantPropertySetResultType::SUCCESS.

See also
TolerantPropertySetResultType
Top of Page