IRegistrationProperties
What it does
A collection of IRegistrationProperty objects.
See more in the Working with collections section.
Methods
| Definition | Description |
| Has (name: string) : bool | Checks whether the specified property exists |
| Add (name: string) : IRegistrationProperty | Adds a new registration property |
| InsertAt (name: string, pos: int) : IRegistrationProperty | Inserts the specified registration property at a given position |
| Delete (name: string) | Deletes a registration property with the specified name |
| DeleteAt (pos: int) | Deletes a registration property from the specified position |
| DeleteAll ( ) | Deletes all registration properties |
Properties
| Name | Type | Access | Description |
| Value (name: string) | string | Read-only | The property value |
3/26/2024 1:49:49 PM