Click or drag to resize

PropertyCollection Methods

The PropertyCollection type exposes the following members.

Methods
 NameDescription
Public methodAdd Adds a value with the specified key to the collection.
Public methodAddOrUpdate Adds a value with the specified key to the collection if not exists or updates an existing value.
Public methodClear Clears the collection.
Public methodContains Retrieves a boolean value indicating whether the collection contains value with the specified key.
Public methodGet(String) Gets the value with the specified key from the collection.
Public methodGetT(String) Gets the value with the specified key from the collection.
Public methodRemove Removes a value with the specified key from the collection.
Top
See Also