Skip to main content

What it does

A collection of IRegistrationProperty objects. See more in the Working with collections section.

Methods

DefinitionDescription
Has (name: string) : boolChecks whether the specified property exists.
Add (name: string) : IRegistrationPropertyAdds a new registration property.
InsertAt (name: string, pos: int) : IRegistrationPropertyInserts 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

NameTypeAccessDescription
Value (name: string)stringRead-onlyThe property value.