| Name | Description |
|---|---|
| Contains(String) | Checks if the collection contains the attribute identified by its name. |
| GetStringValue(String) | Returns the string value of the attribute identified by its name. |
| GetValue(String, Object) | Returns the value of the attribute identified by its name. |
| GetValue(String) | Returns the value of the attribute identified by its name. |
| Remove(String) | Removes the attribute identified by its name. |
| SetValue(String, Object) | Sets the value of an attribute identified by its name. |