:: com :: sun :: star :: util ::

unpublished interface XVeto
Usage Restrictions
not published
Description
provides information about a veto which has been raised against an operation

Attributes' Summary
Reason describes the reason for the veto  
Details provides additional details about the veto.  
Attributes' Details
Reason
[ readonly ] string Reason;
Description
describes the reason for the veto
Details
[ readonly ] any Details;
Description
provides additional details about the veto.

The concrete semantics of this attribute is to be defined in the service implementing this interface.

Top of Page