add
add(BehaviorProperty item) method
Adds a new property to the collection.
Parameters
| Name | Type | Description |
|---|---|---|
| item | BehaviorProperty | Property to add. |
Returns
void
add(String propertyValue) method
Adds a new property to the collection.
Parameters
| Name | Type | Description |
|---|---|---|
| propertyValue | String | Value of the property to add. |
Returns
void