Custom |
The CustomProperty type exposes the following members.
| Name | Description | |
|---|---|---|
| CustomProperty | Initializes a new instance of the CustomProperty class |
| Name | Description | |
|---|---|---|
| Changed | True when value of this property is changed by add-in; false otherwise. | |
| MatrixData | Possible matrix data related to property. I.e. revision property hold all the revision information in this member. | |
| OriginalValue | Original value of the property | |
| OriginalValueFromConf | Name of the configuration that original value is read from. | |
| Property | Related ICTProperty object. | |
| ResolvedValue | Current resolved value of the property. I.e. curren value of parameter is used instead of link to parameter. | |
| Value | Current unresolved value of property. I.e. may contain parameters. |