22 module 
com {  module sun {  module star {  module beans {
    44     sequence<com::sun::star::beans::Property> getProperties();
    67     boolean hasPropertyByName( [in] 
string Name );
 This structure describes a property. 
Definition: Property.idl:33
 
Definition: Ambiguous.idl:20
 
This exception is thrown to indicate that the property name is unknown to the implementation. 
Definition: UnknownPropertyException.idl:30
 
specifies a set of properties. 
Definition: XPropertySetInfo.idl:37
 
base interface of all UNO interfaces 
Definition: XInterface.idl:45