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

struct SetPropertyTolerantFailed
Description
specifies information about a single property failed to be set.

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.

Top of Page