Assembly: Metabase;
The ICustomProperties interface contains properties and methods that are used to work with the collection of custom update properties.
ICustomProperties
To get object of this type, use the IMetabaseUpdate.CustomProperties, IMetabaseUpdateNode.CustomProperties properties.
Property name | Brief description | |
Count | The Count property returns the number of custom properties. | |
Item | The Item property returns the custom property by index. |
Method name | Brief description | |
Add | The Add method creates a new custom property. | |
FindById | The FindById method searches for a custom property by identifier. | |
Remove | The Remove method removes custom property with the specified index. |
See also:
Related work items
Requirement