This structure contains all the information related to a property. More...
import "PropertyInfo.idl";
| Public Attributes | |
| string | Name | 
| The full name of the Property for eg. | |
| string | Type | 
| The type of the Property. | |
| any | Value | 
| The value of the property. | |
| boolean | Protected | 
| Is the property protected, if true the property can not be over written in later layer. | |
This structure contains all the information related to a property.
| string Name | 
The full name of the Property for eg.
org.openoffice.Inet/Settings/ooInetHTTPProxyName
| boolean Protected | 
Is the property protected, if true the property can not be over written in later layer.
| string Type | 
The type of the Property.
| any Value | 
The value of the property.