20 #ifndef __com_sun_star_configuration_backend_PropertyInfo_idl__
21 #define __com_sun_star_configuration_backend_PropertyInfo_idl__
25 module com { module sun { module star { module configuration { module backend {
string Name
The full name of the Property for eg.
Definition: PropertyInfo.idl:36
string Type
The type of the Property.
Definition: PropertyInfo.idl:40
This structure contains all the information related to a property.
Definition: PropertyInfo.idl:31
boolean Protected
Is the property protected, if true the property can not be over written in later layer.
Definition: PropertyInfo.idl:49
any Value
The value of the property.
Definition: PropertyInfo.idl:44