Interface of a PortProperties. This interface permits to set and get properties associated to a port. Each uses or provides port have a PortProperties object. But this object could be empty.  
 More...
 | 
| void  | set_property (in string name, in any value)  raises (Ports::BadType,							    Ports::BadValue,							    Ports::NotDefined) | 
|   | This operation permits to set a value of a property.  More...
  | 
|   | 
| any  | get_property (in string name)  raises (Ports::NotDefined) | 
|   | This operation permits to get property's value.  More...
  | 
|   | 
Interface of a PortProperties. This interface permits to set and get properties associated to a port. Each uses or provides port have a PortProperties object. But this object could be empty. 
 
This operation permits to set a value of a property. 
- Parameters
 - 
  
    | name | property's name.  | 
    | value | value of the property. | 
  
   
- Exceptions
 - 
  
  
 
 
 
This operation permits to get property's value. 
- Parameters
 - 
  
  
 
- Returns
 - value of the property.
 
- Exceptions
 -