Represents a collection of string properties (key/value pairs).
Each key and its corresponding value in the collection is a string, keys are case-sensitive.
Use jQuery.sap.properties to create an instance of jQuery.sap.util.Properties
.
The #getProperty method can be used to retrieve a value from the collection, #setProperty to store or change a value for a key and #getKeys can be used to retrieve an array of all keys that are currently stored in the collection.
Event | Description |
---|